mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-10 08:54:15 +00:00
* Interview System / Soft Panic Bunker * a Co-authored-by: Bobbahbrown <bobbahbrown@gmail.com> Co-authored-by: Azarak <azarak10@gmail.com>
9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
/// Bare minimum required verbs for stat panel operation
|
|
GLOBAL_LIST_INIT(stat_panel_verbs, list(
|
|
/client/verb/set_tab,
|
|
/client/verb/send_tabs,
|
|
/client/verb/remove_tabs,
|
|
/client/verb/reset_tabs,
|
|
/client/verb/panel_ready
|
|
))
|