Ejemplo n.º 1
0
 public void Init(Level level, Commands cmd)
 {
     this.level = level;
     this.cmd   = cmd;
     s.Init(level, this);
 }