Я пересоздал репозиторий из-за большого количества мусора в прошлом

This commit is contained in:
Jiga228
2025-09-14 15:00:44 +07:00
commit 78a25b305b
74 changed files with 3428 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
#include "TestGameInstance.h"
#include "Game/Resource/Resource.h"
#include <iostream>
#include "Game/SaveMap/SaveMap.h"
#include "Game/World/World.h"
GENERATE_FACTORY_GAME_INSTANCE(TestGameInstance)
TestGameInstance::TestGameInstance(CoreInstance& core) : GameInstance(core)
{
}