Ejemplo n.º 1
0
 public virtual void Run(Game game, World world, Wizard self, Move move)
 {
 }
Ejemplo n.º 2
0
 public override void Run(Game game, World world, Wizard self, Move move)
 {
     this.InitSpeed(game, world, self, move);
     this.CheckCollision(game, world, self, move);
     this.CheckNeedAttack(game, world, self, move);
 }