mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-11-10 18:28:21 +00:00
d067a8d12f
* chore: split out slash commands into multiple files Breakup the monolithic file don't register slashcommands on startup * fix typo
7 lines
127 B
CMake
7 lines
127 B
CMake
set(DGAME_DUTILITIES_SLASHCOMMANDS
|
|
"DEVGMCommands.cpp"
|
|
"GMGreaterThanZeroCommands.cpp"
|
|
"GMZeroCommands.cpp"
|
|
PARENT_SCOPE
|
|
)
|