Example #1
0
 private void Transfer(BattlePhase phase)
 {
     Current.Exit();
     Current = phase;
     Current.Enter();
 }