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