コード例 #1
0
 public MotherBoard makeMotherBoard()
 {
     GameMotherBoard newMotherBoard = new GameMotherBoard();
     return newMotherBoard;
 }
コード例 #2
0
        public MotherBoard makeMotherBoard()
        {
            GameMotherBoard newMotherBoard = new GameMotherBoard();

            return(newMotherBoard);
        }