chore: split out slash commands into multiple files (#1539)

* chore: split out slash commands into multiple files
Breakup the monolithic file
don't register slashcommands on startup

* fix typo
This commit is contained in:
Aaron Kimbrell
2024-04-09 20:15:51 -05:00
committed by GitHub
parent 1ee45639af
commit d067a8d12f
11 changed files with 2297 additions and 2253 deletions

View File

@@ -0,0 +1,6 @@
set(DGAME_DUTILITIES_SLASHCOMMANDS
"DEVGMCommands.cpp"
"GMGreaterThanZeroCommands.cpp"
"GMZeroCommands.cpp"
PARENT_SCOPE
)