Example #1
0
        protected override void CloneProperties(Attachment newattach)
        {
            base.CloneProperties(newattach);

            UnitDestroyed evnt = (UnitDestroyed)newattach;

            evnt._type = _type;
        }
Example #2
0
        protected override void CloneProperties(Brainiac.Design.Events.Event newevent)
        {
            base.CloneProperties(newevent);

            UnitDestroyed evnt = (UnitDestroyed)newevent;

            evnt._type = _type;
        }