Files

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"