mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-04-27 17:16:31 +00:00

* 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
|
|
)
|