コード例 #1
0
ファイル: GameLogic.cs プロジェクト: marvinwagner/GourmetGame
 public void InsertDish(string categoryName, string dishName)
 {
     _parent.CreateDish(_current, categoryName, dishName, _lastChoice);
     ResetGame();
 }