mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-05-30 02:27:42 +01:00
df5fd9555c
Signed-off-by: Mloc-Argent <colmohici@gmail.com>
18 lines
267 B
Plaintext
18 lines
267 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
|
|
|
|
/**
|
|
* Roundend hook.
|
|
* Called in gameticker.dm when a round ends.
|
|
*/
|
|
/hook/roundend
|