Beispiel #1
0
 /// <summary>
 /// This method will add this gameobject to TurnSystem
 /// </summary>
 private void NotifySystem()
 {
     turnSystem.AddToSystem(transform.gameObject);
 }