mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-27 05:57:24 +01:00
Goon process scheduler
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
/datum/controller/process/vote/setup()
|
||||
name = "vote"
|
||||
schedule_interval = 10 // every second
|
||||
|
||||
/datum/controller/process/vote/doWork()
|
||||
vote.process()
|
||||
Reference in New Issue
Block a user