mirror of
https://github.com/mordentral/AdvancedSessionsPlugin.git
synced 2025-10-23 00:14:24 +00:00
12 lines
235 B
C++
12 lines
235 B
C++
//#include "StandAlonePrivatePCH.h"
|
|
#include "AdvancedSteamSessions.h"
|
|
|
|
void AdvancedSteamSessions::StartupModule()
|
|
{
|
|
}
|
|
|
|
void AdvancedSteamSessions::ShutdownModule()
|
|
{
|
|
}
|
|
|
|
IMPLEMENT_MODULE(AdvancedSteamSessions, AdvancedSteamSessions) |