Ballz.Menu.Leaf.Leaf C# (CSharp) 메소드

Leaf() 보호된 메소드

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