9 lines
356 B
Ucode
9 lines
356 B
Ucode
Class xVotingHandlerBase extends Mutator
|
|
abstract;
|
|
|
|
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 );
|