18 lines
306 B
Ucode
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
|
|
{
|
|
}
|