Add Header Comments, Add 'null'-Checks on Commands
This commit is contained in:
@@ -6,6 +6,12 @@ namespace reallife_gamemode.Server.Util
|
||||
{
|
||||
public enum AdminLevel : int
|
||||
{
|
||||
/**
|
||||
* @overview Life of German Reallife - Admin Levels (AdminLevel.cs)
|
||||
* @author VegaZ, hydrant
|
||||
* @copyright (c) 2008 - 2018 Life of German
|
||||
*/
|
||||
|
||||
PLAYER,
|
||||
SUPPORTER,
|
||||
ADMIN
|
||||
|
||||
Reference in New Issue
Block a user