feat(Scripts/Commands): add commands for autobroadcast management (#25154)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: Ryan Turner <16946913+TheSCREWEDSoftware@users.noreply.github.com>
This commit is contained in:
Andrew 2026-03-24 22:18:14 -03:00 committed by GitHub
parent 1303ab11d0
commit 01c0ed3d61
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 258 additions and 1 deletions

View file

@ -19,6 +19,7 @@
void AddSC_account_commandscript();
void AddSC_achievement_commandscript();
void AddSC_arena_commandscript();
void AddSC_autobroadcast_commandscript();
void AddSC_bag_commandscript();
void AddSC_ban_commandscript();
void AddSC_bf_commandscript();
@ -73,6 +74,7 @@ void AddCommandsScripts()
AddSC_account_commandscript();
AddSC_achievement_commandscript();
AddSC_arena_commandscript();
AddSC_autobroadcast_commandscript();
AddSC_bag_commandscript();
AddSC_ban_commandscript();
AddSC_bf_commandscript();