Example #1
0
        protected override void CloneProperties(Brainiac.Design.Events.Event newevent)
        {
            base.CloneProperties(newevent);

            UnitBuilt evnt = (UnitBuilt)newevent;

            evnt._type = _type;
        }
Example #2
0
        protected override void CloneProperties(Attachment newattach)
        {
            base.CloneProperties(newattach);

            UnitBuilt evnt = (UnitBuilt)newattach;

            evnt._type = _type;
        }