October3d55/M/RuntimeAdd95a179eaf4V8/Source/RuntimeArchiver/Private/RuntimeArchiverSubsystem.cpp

10 lines
235 B
C++

// Georgy Treshchev 2024.
#include "RuntimeArchiverSubsystem.h"
#include "Engine.h"
URuntimeArchiverSubsystem* URuntimeArchiverSubsystem::GetArchiveSubsystem()
{
return GEngine->GetEngineSubsystem<URuntimeArchiverSubsystem>();
}