Пример #1
0
        public void Instantiate(Agent pAgent)
        {
            object v = this.GetDefaultValue();

            Debug.Check(this.m_memberBase == null);

            pAgent.Instantiate(v, this);
        }
Пример #2
0
        public void Instantiate(Agent pAgent)
        {
            object defaultValue = this.GetDefaultValue();

            pAgent.Instantiate <object>(defaultValue, this);
        }