コード例 #1
0
 public IllegalPlayerPriorityException(IllegalPriorityActions action, Player p) : base("Player: " + p + " " + action.ToString() + " without priority")
 {
     this.action = action;
     this.player = p;
 }
コード例 #2
0
 public IllegalPlayerPriorityException(IllegalPriorityActions action, Player p)
     : base("Player: "+p+" "+action.ToString()+" without priority")
 {
     this.action = action;
     this.player = p;
 }