mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-10 18:22:39 +00:00
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
// See initialization order in /code/game/world.dm
|
|
// GLOBAL_REAL(config, /datum/controller/configuration)
|
|
GLOBAL_REAL(config, /datum/controller/configuration) = new
|
|
|
|
GLOBAL_DATUM_INIT(revdata, /datum/getrev, new)
|