示例#1
0
文件: Game.cs 项目: Antbagn/Sokoban
 public Game(deShowItem showItem, deShowStat showStat)
 {
     this.showItem = showItem;
     this.showStat = showStat;
 }
示例#2
0
 public LogicGame( deShowItem ShowItem, deShowStat ShowStat)
 {
     this.ShowItem = ShowItem;
     this.ShowStat = ShowStat;
 }