Ejemplo n.º 1
0
        public override bool Merge(Action act)
        {
            ChangeSpriteTypeAction csta = act as ChangeSpriteTypeAction;

            this.NewType = csta.NewType;

            return(true);
        }
Ejemplo n.º 2
0
        public override void Merge(Action act)
        {
            ChangeSpriteTypeAction csta = act as ChangeSpriteTypeAction;

            this.NewType = csta.NewType;
        }