Adds Administration verb category and AHelp verb. (#5773)
* Adds Administration verb category and AHelp verb. For more convenient adminin'. * abbreviate verb category to Admin * Add explosion verb to admin category
This commit is contained in:
committed by
GitHub
parent
e3e1291e54
commit
4de2896f58
@@ -31,6 +31,9 @@ namespace Content.Shared.Verbs
|
||||
IconsOnly = iconsOnly;
|
||||
}
|
||||
|
||||
public static readonly VerbCategory Admin =
|
||||
new("verb-categories-admin", "/Textures/Interface/character.svg.192dpi.png");
|
||||
|
||||
public static readonly VerbCategory Debug =
|
||||
new("verb-categories-debug", "/Textures/Interface/VerbIcons/debug.svg.192dpi.png");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user