FairyGUI.Relations.Relations C# (CSharp) Метод

Relations() публичный Метод

public Relations ( GObject owner ) : System
owner GObject
Результат System
        public Relations(GObject owner)
        {
            _owner = owner;
            _items = new List<RelationItem>();
        }