public override bool Merge(Action act)
        {
            ChangeSpriteTypeAction csta = act as ChangeSpriteTypeAction;

            this.NewType = csta.NewType;

            return(true);
        }
Beispiel #2
0
        public override void Merge(Action act)
        {
            ChangeSpriteTypeAction csta = act as ChangeSpriteTypeAction;

            this.NewType = csta.NewType;
        }