コード例 #1
0
ファイル: Inventory.cs プロジェクト: HendrikMennen/Dash2D
 public void Init(Level level, Commands cmd)
 {
     this.level = level;
     this.cmd   = cmd;
     s.Init(level, this);
 }