SpellEffect.EffectIcon C# (CSharp) 메소드

EffectIcon() 공개 메소드

Returns the icon index no for this effect
public EffectIcon ( ) : int
리턴 int
    public int EffectIcon()
    {
        return UW1_Spell_Icons[EffectID];
    }