Add Header Comments, Add 'null'-Checks on Commands

This commit is contained in:
Lennart Kampshoff
2018-09-19 12:50:43 +02:00
parent cb97b298a6
commit 5fb1127c84
4 changed files with 26 additions and 10 deletions

View File

@@ -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