Exemple #1
0
 void Awake()
 {
     instance = this;
     saveDefaultTransformData();
     openNewActFsm.gameObject.SetActive(false);
 }
 void OnEnable()
 {
     _editor = target as WorldMapEffectManager;
 }
Exemple #3
0
 void OnDestroy()
 {
     instance = null;
 }