WeaponEffect.GetDamagedSections C# (CSharp) Method

GetDamagedSections() public abstract method

public abstract GetDamagedSections ( Tower, t, int center ) : List
t Tower,
center int
return List
    public abstract List<Section> GetDamagedSections(Tower t, int center);