Ejemplo n.º 1
0
        public override void DoAction()
        {
            Player newPlayer           = new Player(tank);
            PlayerJoinedEventArgs args = new PlayerJoinedEventArgs(newPlayer);

            Bot.InvokePlayerJoined(args);

            args.Dispose();
        }