mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-20 03:23:17 +01:00
10 lines
157 B
Plaintext
10 lines
157 B
Plaintext
/datum/controller/process/stock_market
|
|
setup()
|
|
name = "Stock Market"
|
|
schedule_interval = 15
|
|
|
|
doWork()
|
|
if (stockExchange)
|
|
stockExchange.process()
|
|
|