rott/kf_sources/XAdmin/Classes/xGamePrivs.uc
2026-07-14 20:27:09 +07:00

25 lines
708 B
Ucode

// ====================================================================
// Class: XAdmin.xGamePrivs
// Parent: Engine.xPrivilegeBase
//
// <Enter a description here>
// ====================================================================
class xGamePrivs extends xPrivilegeBase;
defaultproperties
{
LoadMsg="Maps & Game Privileges Loaded"
MainPrivs="M"
Tags(0)="Maps/Game Settings"
SubPrivs="Mr|Mt|Mm|Ml|Ms|Mu|Mb|Ma"
Tags(1)="Restart Map"
Tags(2)="Change Game Type"
Tags(3)="Change Map"
Tags(4)="Manages Map Rotation"
Tags(5)="Game Settings"
Tags(6)="Select Mutators"
Tags(7)="Add/Remove Bots"
Tags(8)="Game Status"
}