ABM_creator.Wand.baseName C# (CSharp) Method

baseName() public method

public baseName ( int spellId ) : string
spellId int
return string
        override public string baseName(int spellId) { return "wand"; }