예제 #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;
 }