using System.Collections; using System.Collections.Generic; using UnityEngine; namespace DistantLands.Cozy { public abstract class CozyTimeOverride : CozyModule { public float dayPercentage; } }