/
crypt
/
NumbersPlay
Обзор
Документация
Войти
/
crypt
/
NumbersPlay
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Assets/PluginYourGames/Scripts/Server/ModuleJson.cs
17 строк
358 B
Crypt
start
16 ноя 2025, 14:28
16 ноя 2025, 14:28
1482007
Код
Авторство
О чём код?
#if UNITY_EDITOR namespace YG.EditorScr { [System.Serializable] public class ModuleJson { public string name; public string version; public string download; public string doc; public bool critical; public bool noLoad; public bool platform; public string dependencies; } } #endif