ExpGamingCore.Role class done

This commit is contained in:
Cooldude2606
2018-09-21 21:37:55 +01:00
parent b947c80667
commit 0ea24d0428
3 changed files with 160 additions and 26 deletions

View File

@@ -0,0 +1,10 @@
Role{
name='Root',
short_hand='Root',
tag='[Root]',
colour={r=255,b=255,g=255},
is_root=true,
is_admin=true,
is_spectator=true,
base_afk_time=false
}