Пример #1
0
 public virtual void Run(Game game, World world, Wizard self, Move move)
 {
 }
Пример #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);
 }