コード例 #1
0
ファイル: Game.cs プロジェクト: Antbagn/Sokoban
 public Game(deShowItem showItem, deShowStat showStat)
 {
     this.showItem = showItem;
     this.showStat = showStat;
 }
コード例 #2
0
ファイル: LogicGame.cs プロジェクト: hely80/Sokoban
 public LogicGame( deShowItem ShowItem, deShowStat ShowStat)
 {
     this.ShowItem = ShowItem;
     this.ShowStat = ShowStat;
 }