mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2025-12-24 17:22:23 +00:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
/datum/controller/process/vote/setup()
|
|
name = "vote"
|
|
schedule_interval = 10 // every second
|
|
log_startup_progress("Voting ticker starting up.")
|
|
|
|
/datum/controller/process/vote/doWork()
|
|
vote.process()
|