fBaseXtensions.Game.Hero.Hotbar.HotbarSkill.HotbarSkill C# (CSharp) Method

HotbarSkill() public method

public HotbarSkill ( ) : System
return System
            public HotbarSkill()
            {
                Slot= HotbarSlot.Invalid;
                Power = SNOPower.None;
                RuneIndex = -1;
            }

Same methods

Hotbar.HotbarSkill::HotbarSkill ( HotbarSlot slot, SNOPower power, int runeindex ) : System