Rename IntegrationGameModeBase to LuprexGameModeBase, and other small refactors
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#include "TangibleManager.h"
|
||||
#include "Tangible.h"
|
||||
#include "DebugPrint.h"
|
||||
#include "IntegrationGameModeBase.h"
|
||||
#include "LuprexGameModeBase.h"
|
||||
|
||||
using namespace DebugPrint;
|
||||
using TanArray = UlxTangibleManager::TanArray;
|
||||
@@ -53,7 +53,7 @@ UlxTangibleManager::UlxTangibleManager() {
|
||||
PossessedTangible = nullptr;
|
||||
}
|
||||
|
||||
void UlxTangibleManager::Init(UWorld* world, AIntegrationGameModeBase *gamemode) {
|
||||
void UlxTangibleManager::Init(UWorld* world, ALuprexGameModeBase *gamemode) {
|
||||
World = world;
|
||||
GameMode = gamemode;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user