/
crypt
/
NumbersPlay
Обзор
Документация
Войти
/
crypt
/
NumbersPlay
Код
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Assets/PluginYourGames/Modules/Storage/Example/Scripts/SavesDataExample.cs
9 строк
190 B
Crypt
start
16 ноя 2025, 14:28
16 ноя 2025, 14:28
1482007
Код
Авторство
О чём код?
namespace YG { public partial class SavesYG { public int intExample = 5; public string strExample = "Hello!"; public bool[] boolExample = new bool[4]; } }