示例#1
0
 private void Awake()
 {
     instance = this;
 }
 void Awake()
 {
     settingSystem = SettingSystem.Load();
     instance      = this;
 }