Update NetworkConnection.cs

This commit is contained in:
James Frowen 2020-10-10 13:04:07 +01:00 committed by GitHub
parent eb23bb76e0
commit 1c476f71b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,6 +61,7 @@ public abstract class NetworkConnection : IDisposable
/// <summary>
/// The last time that a message was received on this connection.
/// <para>This includes internal system messages (such as Commands and ClientRpc calls) and user messages.</para>
/// <para>NOTE: this is only used on the server</para>
/// </summary>
public float lastMessageTime;