Started serializing bunches
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Prospect.Unreal.Net.Channels;
|
||||
|
||||
[Flags]
|
||||
public enum EChannelCreateFlags
|
||||
{
|
||||
None = (1 << 0),
|
||||
OpenedLocally = (1 << 1)
|
||||
}
|
||||
Reference in New Issue
Block a user