Пример #1
0
 void OnEnable()
 {
     instance   = this;
     mScroll    = Vector2.zero;
     sel_rename = string.Empty;
     DBTableSetting.LoadPrefs();
 }
Пример #2
0
 void OnDisable()
 {
     instance = null;
     DBTableSetting.SavePrefs();
 }