/
githubmirror
/
vgstation13
Обзор
Документация
Войти
/
githubmirror
/
vgstation13
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
Bleeding-Edge
code/modules/tgui/states/never.dm
15 строк
344 B
DamianX
tgui 4 (#30535)
07 сен 2021, 18:15
Не верифицирован
07 сен 2021, 18:15
9fc6406
Код
Авторство
О чём код?
/*! * Copyright (c) 2021 Arm A. Hammer * SPDX-License-Identifier: MIT */ /** * tgui state: never_state * * Always closes the UI, no matter what. See the ui_state in religious_tool.dm to see an example */ var/datum/ui_state/never_state/never_state = new /datum/ui_state/never_state/can_use_topic(src_object, mob/user) return UI_CLOSE