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

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