Ballz.Menu.Leaf.Leaf C# (CSharp) Method

Leaf() protected method

protected Leaf ( string name, bool selectable = false ) : System
name string
selectable bool
return System
        protected Leaf(string name, bool selectable = false)
            : base(name, selectable)
        {
        }
Leaf