feat(Commands): Added cheat commands (#1412)
This commit is contained in:
parent
e659ca5fe9
commit
40f68ab026
10 changed files with 293 additions and 80 deletions
|
|
@ -32,6 +32,7 @@ void AddSC_ban_commandscript();
|
|||
void AddSC_bf_commandscript();
|
||||
void AddSC_cast_commandscript();
|
||||
void AddSC_character_commandscript();
|
||||
void AddSC_cheat_commandscript();
|
||||
void AddSC_debug_commandscript();
|
||||
void AddSC_disable_commandscript();
|
||||
void AddSC_event_commandscript();
|
||||
|
|
@ -608,6 +609,7 @@ void AddCommandScripts()
|
|||
AddSC_bf_commandscript();
|
||||
AddSC_cast_commandscript();
|
||||
AddSC_character_commandscript();
|
||||
AddSC_cheat_commandscript();
|
||||
AddSC_debug_commandscript();
|
||||
AddSC_disable_commandscript();
|
||||
AddSC_event_commandscript();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue