namespace Nerfed.Runtime.Scheduling; public enum SystemSchedulePhase { PreUpdate = 0, Simulation = 1, LateSimulation = 2, PreRender = 3, }