예제 #1
0
 public void AddTurn(int turnIndex)
 {
     Turns.Add(new Turn());
     this.currentTurn = Turns[turnIndex];
 }