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