/
Dilandi
/
UnityGitSample
Обзор
Документация
Войти
/
Dilandi
/
UnityGitSample
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
Dev2UI
Assets/Scripts/TestScript.cs
18 строк
308 B
Dilandi
Добавлена строка
12 фев 2026, 15:03
12 фев 2026, 15:03
89cb37d
Код
Авторство
О чём код?
using System.Collections; using System.Collections.Generic; using UnityEngine; public class TestScript : MonoBehaviour { // Start is called before the first frame update void Start() { //sample dev 2 } // Update is called once per frame void Update() { } }