Handle NMT Login packet

This commit is contained in:
AeonLucid
2022-01-13 01:04:54 +01:00
parent 65a28b32ef
commit 7c6353c475
21 changed files with 722 additions and 57 deletions
@@ -103,6 +103,7 @@ namespace Prospect.Unreal.Generator
{ "int", new ParamDef("bunch.ReadInt32()", "bunch.WriteInt32({0})") },
{ "uint", new ParamDef("bunch.ReadUInt32()", "bunch.WriteUInt32({0})") },
{ "FString", new ParamDef("bunch.ReadString()", "bunch.WriteString({0})") },
{ "FUniqueNetIdRepl", new ParamDef("FUniqueNetIdRepl.Read(bunch)", "FUniqueNetIdRepl.Write(bunch, {0})") }
};
public static string SendParams(List<string> args)