remove old comment

This commit is contained in:
vis2k 2021-03-11 11:27:37 +08:00
parent 0992d71fe3
commit 48a55ab487

View File

@ -28,8 +28,6 @@ public static class NetworkClient
public static bool ready; public static bool ready;
/// <summary>The NetworkConnection object that is currently "ready".</summary> /// <summary>The NetworkConnection object that is currently "ready".</summary>
// This connection can be used to send messages to the server. There can
// only be one ClientScene and ready connection at a time.
// TODO this is from UNET. it's redundant and we should probably obsolete it. // TODO this is from UNET. it's redundant and we should probably obsolete it.
public static NetworkConnection readyConnection => ready ? connection : null; public static NetworkConnection readyConnection => ready ? connection : null;