Started on spawning a player actor

This commit is contained in:
AeonLucid
2022-01-13 02:00:36 +01:00
parent a7399a1960
commit 6cd03d9ff7
9 changed files with 173 additions and 20 deletions
+6 -1
View File
@@ -8,7 +8,7 @@ using Prospect.Unreal.Net.Packets.Bunch;
using Prospect.Unreal.Net.Packets.Control;
using Prospect.Unreal.Net.Packets.Header;
using Prospect.Unreal.Net.Packets.Header.Sequence;
using Prospect.Unreal.Net.Player;
using Prospect.Unreal.Runtime;
using Prospect.Unreal.Serialization;
using Serilog;
@@ -240,6 +240,11 @@ public abstract class UNetConnection : UPlayer
/// </summary>
public string ClientResponse { get; set; }
/// <summary>
/// URL requested by client
/// </summary>
public string RequestURL { get; set; }
/// <summary>
/// The last time an ack was received
/// </summary>