Goran Lazarevski 92f99a37dd
Some checks failed
Unreal Engine Build / windows-build (push) Has been cancelled
Unreal Engine Build / macos-build (push) Has been cancelled
Lucky World source code
2025-03-18 19:25:25 +01:00

14 lines
204 B
C++

// Copyright 2018-current Getnamo. All Rights Reserved
#include "SocketIOLib.h"
//struct
class FSocketIOLibModule : public ISocketIOLibModule
{
};
IMPLEMENT_MODULE(FSocketIOLibModule, SocketIOLib)