namespace MfGames.Nitride.Temporal.Schedules; public enum SchedulePeriod { /// /// Indicates that all the matching schedule periods are instant (zero time). /// Instant, /// /// Indicates that the entities will be scheduled a day apart. /// Day, /// /// Indicates that the entities will be scheduled seven days apart. /// Week, }