Ejemplo n.º 1
0
 protected void OnDisable()
 {
     SpawnpointSystem.removeSpawnpoint(this);
     LevelHierarchy.removeItem(this);
 }
Ejemplo n.º 2
0
 protected void OnEnable()
 {
     LevelHierarchy.addItem(this);
     SpawnpointSystem.addSpawnpoint(this);
 }