15 lines
227 B
C#
15 lines
227 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace DistantLands.Cozy
|
|
{
|
|
|
|
public abstract class CozyTimeOverride : CozyModule
|
|
{
|
|
|
|
|
|
public float dayPercentage;
|
|
|
|
}
|
|
} |