WeaponEffect.DoDamage C# (CSharp) Method

DoDamage() public abstract method

public abstract DoDamage ( Tower, opp, int oppCenter, int damage, Tower, self, int firingSec ) : void
opp Tower,
oppCenter int
damage int
self Tower,
firingSec int
return void
    public abstract void DoDamage(Tower opp, int oppCenter, int damage, Tower self, int firingSec);