Started on spawning a player actor
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user