/
toshent
/
ComicsGame
Обзор
Документация
Войти
/
toshent
/
ComicsGame
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Assets/Scripts/Weapon/Explosion.cs
16 строк
280 B
AntohaGA
Рабочий поворот пушки с учётом поворота игрока
29 янв 2026, 18:31
29 янв 2026, 18:31
00c580f
Код
Авторство
О чём код?
using UnityEngine; public class Explosion : MonoBehaviour { // Start is called once before the first execution of Update after the MonoBehaviour is created void Start() { } // Update is called once per frame void Update() { } }