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

18 lines
306 B
Ucode

class xPrivilegeBase extends Object abstract;
var localized string LoadMsg;
var localized string MainPrivs;
var localized string SubPrivs;
var localized array<string> Tags;
// Perform Actions here ?
event Created()
{
// Build a list of accessible privileges ?
}
defaultproperties
{
}