UNPKG

@rbxts/planck

Version:
8 lines (7 loc) 188 B
declare class Phase { constructor(debugName?: string) static readonly PreStartup: Phase static readonly Startup: Phase static readonly PostStartup: Phase } export = Phase;