Ballz.Menu.Leaf.Leaf C# (CSharp) Méthode

Leaf() protected méthode

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