mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-21 10:26:54 +01:00
8 lines
186 B
Plaintext
8 lines
186 B
Plaintext
/****************
|
|
* Debug Support *
|
|
****************/
|
|
GLOBAL_DATUM_INIT(all_observable_events, /datum/all_observable_events, new)
|
|
|
|
/datum/all_observable_events
|
|
var/list/events = list()
|