mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
5 lines
203 B
Plaintext
5 lines
203 B
Plaintext
/// Called after a client logs into a mob: (mob)
|
|
#define COMSIG_CLIENT_MOB_LOGIN "client_mob_changed"
|
|
// from /client/proc/handle_popup_close() : (window_id)
|
|
#define COMSIG_POPUP_CLEARED "popup_cleared"
|