コード例 #1
0
ファイル: GameState.cs プロジェクト: Will2817/COMP3004
 public void addPlayer(Player _player)
 {
     players.Add(_player.getID(), _player);
 }