mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-23 04:06:37 +01:00
17 lines
516 B
Plaintext
17 lines
516 B
Plaintext
//* This file is explicitly licensed under the MIT license. *//
|
|
//* Copyright (c) 2023 Citadel Station developers. *//
|
|
|
|
#define VERB_CATEGORY_IC "IC"
|
|
#define VERB_CATEGORY_OOC "OOC"
|
|
#define VERB_CATEGORY_OBJECT "Object"
|
|
#define VERB_CATEGORY_SYSTEM "System"
|
|
|
|
/// For admin verbs only!
|
|
#define VERB_CATEGORY_ADMIN "Admin"
|
|
/// For admin verbs only!
|
|
#define VERB_CATEGORY_DEBUG "Debug"
|
|
/// For admin verbs only!
|
|
#define VERB_CATEGORY_GAME "Game"
|
|
/// For admin verbs only!
|
|
#define VERB_CATEGORY_SERVER "Server"
|