WeaponEffect.GetDamagedSections C# (CSharp) 메소드

GetDamagedSections() 공개 추상적인 메소드

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