mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-20 07:12:55 +00:00
12 lines
179 B
Plaintext
12 lines
179 B
Plaintext
/**
|
|
* Startup hook.
|
|
* Called in world.dm when the server starts.
|
|
*/
|
|
/hook/startup
|
|
|
|
/**
|
|
* Roundstart hook.
|
|
* Called in gameticker.dm when a round starts.
|
|
*/
|
|
/hook/roundstart
|