namespace Scene { public enum SceneId : byte { Launch = 0, Menu = 1, Main = 2, StressTest = 3, Game = 4, } }