Core/Command: Added disable commands. (#423)
* Core/Command: Added disable commands.
This commit is contained in:
parent
e4a3f61e72
commit
fbe5e8c0dc
4 changed files with 370 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ void AddSC_bf_commandscript();
|
|||
void AddSC_cast_commandscript();
|
||||
void AddSC_character_commandscript();
|
||||
void AddSC_debug_commandscript();
|
||||
void AddSC_disable_commandscript();
|
||||
void AddSC_event_commandscript();
|
||||
void AddSC_gm_commandscript();
|
||||
void AddSC_go_commandscript();
|
||||
|
|
@ -600,6 +601,7 @@ void AddCommandScripts()
|
|||
AddSC_cast_commandscript();
|
||||
AddSC_character_commandscript();
|
||||
AddSC_debug_commandscript();
|
||||
AddSC_disable_commandscript();
|
||||
AddSC_event_commandscript();
|
||||
AddSC_gm_commandscript();
|
||||
AddSC_go_commandscript();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue