Started serializing bunches

This commit is contained in:
AeonLucid
2022-01-10 04:38:06 +01:00
parent 49e6e0f6f8
commit f3b0a31761
36 changed files with 2013 additions and 54 deletions
@@ -0,0 +1,8 @@
namespace Prospect.Unreal.Net.Channels;
[Flags]
public enum EChannelCreateFlags
{
None = (1 << 0),
OpenedLocally = (1 << 1)
}