Exemple #1
0
        public override void GetProperties(ObjectPropertyList list)
        {
            base.GetProperties(list);

            if (Addon != null)
            {
                Addon.GetProperties(list, this);
            }
        }
Exemple #2
0
 public override void GetProperties(ObjectPropertyList list)
 {
     Addon.GetProperties(list);
 }