Exemplo n.º 1
0
 public void UnregisterBehaviour(TurnBasedBehaviour behaviour)
 {
     behaviours.Entires.Remove(behaviour);
 }
Exemplo n.º 2
0
 public void RegisterBehaviour(TurnBasedBehaviour behaviour)
 {
     behaviours.Enqueue(behaviour);
 }