예제 #1
0
파일: Players.cs 프로젝트: cynic/HvZ
 public HumanPlayer(HvZConnection connection, uint playerId, Map m)
 {
     this.connection = connection;
     this.playerId   = playerId;
     map             = m;
 }