More work on vote kick network protocol.

This commit is contained in:
lotodore
2008-10-16 22:19:10 +00:00
parent 7f25130f66
commit 716e45c881
4 changed files with 534 additions and 14 deletions
+2
View File
@@ -1241,6 +1241,8 @@ public:
u_int32_t petitionId;
u_int32_t proposingPlayerId;
u_int32_t kickPlayerId;
u_int16_t kickTimeoutSec;
u_int16_t numVotesNeededToKick;
};
NetPacketStartKickPlayerPetition();