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

9 lines
144 B
C++

#pragma once
#include "Game/GameInstance.hpp"
class TestGameInstance : public GameInstance
{
public:
TestGameInstance(CoreInstance& core);
};