/
Lachklen
/
MYtgstation
Обзор
Документация
Войти
/
Lachklen
/
MYtgstation
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
lua/SS13.lua
10 строк
248 B
Watermelon914
Moves lua off of the timer subsystem and onto its own internal scheduler. (#82131)
22 мар 2024, 00:59
Не верифицирован
22 мар 2024, 00:59
fe3c2ed
Код
Авторство
О чём код?
local SS13 = require("SS13_base") local timer = require("timer") SS13.wait = timer.wait SS13.set_timeout = timer.set_timeout SS13.start_loop = timer.start_loop SS13.end_loop = timer.end_loop SS13.stop_all_loops = timer.stop_all_loops return SS13