Exemplo n.º 1
0
 protected override Shot CreateShotInstance()
 {
     var shot = new FreezeShot(CurrGame, this, Target, CreepList, Position, ShotTextureName, ShotSpeed, Damage,
                               FreezePercentage, FreezeTime);
     shot.Initialize();
     return shot;
 }
Exemplo n.º 2
0
        protected override Shot CreateShotInstance()
        {
            var shot = new FreezeShot(CurrGame, this, Target, CreepList, Position, ShotTextureName, ShotSpeed, Damage,
                                      FreezePercentage, FreezeTime);

            shot.Initialize();
            return(shot);
        }