2017-10-19 21:00:49 -05:00
|
|
|
Class xVotingHandlerBase extends Mutator
|
|
|
|
abstract;
|
|
|
|
|
2020-11-28 23:04:55 +03:00
|
|
|
function ClientDownloadInfo(xVotingReplication V);
|
|
|
|
function ClientCastVote(xVotingReplication V, int GameIndex, int MapIndex, bool bAdminForce);
|
|
|
|
function ClientRankMap(xVotingReplication V, bool bUp);
|
|
|
|
function ClientDisconnect(xVotingReplication V);
|
|
|
|
function ShowMapVote(PlayerController PC);
|