コード例 #1
0
ファイル: GameManager.cs プロジェクト: Chips8/CPSCe1012
 //one thing only in these methods
 public void AddGame(VideoGame currentGame) //videoGame is the datatype
 {
     GameList.Add(currentGame);
 }