Implement handshake Hello NetControlMessage, recv and send
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace Prospect.Unreal.Net;
|
||||
|
||||
public enum EResendAllDataState
|
||||
{
|
||||
None,
|
||||
SinceOpen,
|
||||
SinceCheckpoint
|
||||
}
|
||||
Reference in New Issue
Block a user