mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
10 lines
241 B
Plaintext
10 lines
241 B
Plaintext
/datum/controller/process/Shuttle/setup()
|
|
name = "shuttle controller"
|
|
schedule_interval = 20 // every 2 seconds
|
|
|
|
if(!shuttle_controller)
|
|
shuttle_controller = new
|
|
|
|
/datum/controller/process/Shuttle/doWork()
|
|
shuttle_controller.process()
|