mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-14 20:23:26 +00:00
Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
8 lines
297 B
Plaintext
8 lines
297 B
Plaintext
// Subsystem signals. Format:
|
|
// When the signal is called: (signal arguments)
|
|
// All signals send the source datum of the signal as the first argument
|
|
|
|
///Subsystem signals
|
|
///From base of datum/controller/subsystem/Initialize
|
|
#define COMSIG_SUBSYSTEM_POST_INITIALIZE "subsystem_post_initialize"
|