コード例 #1
0
 public Game(Player player)
 {
     Player = player;
     Board  = new Board(this);
     Board.InitializeSnake();
 }