Навёл порядок в тестах. Добавил тесты для мира. Исправил ошибку в SpawnActorFromClass
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include "TestGameInstance.h"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#include "Game/World/World.hpp"
|
||||
GENERATE_FACTORY_GAME_INSTANCE(TestGameInstance)
|
||||
|
||||
TestGameInstance::TestGameInstance(CoreInstance& core) : GameInstance(core)
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user