Files
UwU-Engine/TestGame/src/TestGameInstance.cpp
T

11 lines
214 B
C++

#include "TestGameInstance.h"
#include <iostream>
#include "Game/World/World.hpp"
GENERATE_FACTORY_GAME_INSTANCE(TestGameInstance)
TestGameInstance::TestGameInstance(CoreInstance& core) : GameInstance(core)
{
}