2017-10-20 02:00:49 +00:00
|
|
|
Class xVotingHandlerBase extends Mutator
|
|
|
|
abstract;
|
|
|
|
|
2020-11-28 20:04:55 +00: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);
|