using System; namespace BackupParamAccessor { public enum SCENE_ID { Start, Morning, Noon, NoonBonus, Night, NightBonus } }