mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 02:34:00 +00:00
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: C.L. <killer65311@gmail.com>
12 lines
173 B
Plaintext
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
|