Ejemplo n.º 1
0
        public PlayerEvent Execute(IPlayerAction action)
        {
            var ret = action.Execute(this);

            this.Events.Add(ret);

            return(ret);
        }