mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-13 08:02:19 +01:00
12 lines
202 B
Plaintext
12 lines
202 B
Plaintext
// handles timed player actions
|
|
datum/controller/process/actions
|
|
var/action_controller
|
|
|
|
setup()
|
|
name = "Actions"
|
|
schedule_interval = 5
|
|
|
|
action_controller = actions
|
|
|
|
doWork()
|
|
actions.process() |