/
aksofty
/
GitTest
Обзор
Документация
Войти
/
aksofty
/
GitTest
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
master
Assets/Scripts/Cube.cs
18 строк
311 B
aksofty
cube.cs added
13 дек 2025, 16:35
13 дек 2025, 16:35
73c6963
Код
Авторство
О чём код?
using UnityEngine; public class Cube : MonoBehaviour { // Start is called once before the first execution of Update after the MonoBehaviour is created private void Start() { Debug.Log("Hello World"); } // Update is called once per frame void Update() { } }