mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-07 07:52:29 +00:00
Adds processes, next step is to replace them in the current MC and ticker
This commit is contained in:
6
code/controllers/Processes/vote.dm
Normal file
6
code/controllers/Processes/vote.dm
Normal file
@@ -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