Files
CHOMPStation2/code/controllers/hooks-defs.dm

12 lines
173 B
Plaintext

/**
* Startup hook.
* Called in world.dm when the server starts.
*/
/hook/startup
/**
* Roundend hook.
* Called in gameticker.dm when a round ends.
*/
/hook/roundend