Started on UE4 server, semi working handshake

This commit is contained in:
AeonLucid
2022-01-09 06:29:02 +01:00
parent e9091d7ac3
commit ed0f771df6
34 changed files with 2931 additions and 9 deletions
+7
View File
@@ -0,0 +1,7 @@
namespace Prospect.Unreal.Net;
public enum HandlerMode
{
Client, // Clientside PacketHandler
Server // Serverside PacketHandler
}