Пример #1
0
 public IA(Guid playerIdentifier, CustomGame game)
 {
     this.playerIdentifier = playerIdentifier;
     this.game             = game;
 }