mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 08:24:18 +00:00
13 lines
258 B
C++
13 lines
258 B
C++
//#include "StandAlonePrivatePCH.h"
|
|
#include "OnlineSubSystemHeader.h"
|
|
#include "AdvancedSessions.h"
|
|
|
|
void AdvancedSessions::StartupModule()
|
|
{
|
|
}
|
|
|
|
void AdvancedSessions::ShutdownModule()
|
|
{
|
|
}
|
|
|
|
IMPLEMENT_MODULE(AdvancedSessions, AdvancedSessions) |