Ejemplo n.º 1
0
 void OnEnable()
 {
     instance   = this;
     mScroll    = Vector2.zero;
     sel_rename = string.Empty;
     DBTableSetting.LoadPrefs();
 }
Ejemplo n.º 2
0
 void OnDisable()
 {
     instance = null;
     DBTableSetting.SavePrefs();
 }