mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-06 15:02:29 +00:00
8 lines
231 B
Plaintext
8 lines
231 B
Plaintext
/**
|
|
* So far, only used by the fishing minigame. Feel free to rename it to something like veryfastprocess
|
|
* if you need one that fires 10 times a second
|
|
*/
|
|
PROCESSING_SUBSYSTEM_DEF(fishing)
|
|
name = "Fishing"
|
|
wait = 0.1 SECONDS
|