Exemple #1
0
        /// <summary>
        ///		Sends the players available command set
        /// </summary>
        protected override void SendAvailableCommands()
        {
            McpeAvailableCommands commands = McpeAvailableCommands.CreateObject();

            commands.CommandSet = Commands;

            SendPacket(commands);
        }