/
Azarel
/
Metro2
Обзор
Документация
Войти
/
Azarel
/
Metro2
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
Source/GameJam/Private/AttackArea.cpp
17 строк
257 B
arseniy.mazurenko.03@gmail.com
Huge Enemy Update
29 сен 2024, 14:04
29 сен 2024, 14:04
17e3b3d
Код
Авторство
О чём код?
// Fill out your copyright notice in the Description page of Project Settings. #include "AttackArea.h" // Sets default values AAttackArea::AAttackArea() { PrimaryActorTick.bCanEverTick = true; } void AAttackArea::BeginPlay() { Super::BeginPlay(); }