This commit is contained in:
Jiga228
2025-10-18 16:14:14 +07:00
parent cafad47679
commit 450b3839c6
4 changed files with 7 additions and 9 deletions
-1
View File
@@ -32,7 +32,6 @@ void Actor::load(std::shared_ptr<SaveMap> save)
void Actor::BeginPlay()
{
Log("Actor::BeginPlay");
}
void Actor::Tick(double delta_time)