Armour.GetActualSpellIndex C# (CSharp) 메소드

GetActualSpellIndex() 공개 메소드

Gets the effectID index of the spell that this item is enchanted with
public GetActualSpellIndex ( ) : int
리턴 int
    public override int GetActualSpellIndex()
    {
        return objInt().Link-256+16;
    }