Implement handshake Hello NetControlMessage, recv and send
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
namespace Prospect.Unreal.Core;
|
||||
|
||||
public static class FPlatformTime
|
||||
{
|
||||
public static double Seconds()
|
||||
{
|
||||
return DateTimeOffset.UtcNow.ToUnixTimeSeconds();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
namespace Prospect.Unreal.Core;
|
||||
|
||||
public class UObject
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user