From a2dc9e6283f8701728fe2471705169b7ccf27429 Mon Sep 17 00:00:00 2001 From: vis2k Date: Sat, 13 Mar 2021 13:07:15 +0800 Subject: [PATCH] add TODO --- Assets/Mirror/Runtime/NetworkClient.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/Assets/Mirror/Runtime/NetworkClient.cs b/Assets/Mirror/Runtime/NetworkClient.cs index 54d3bb920..338df3234 100644 --- a/Assets/Mirror/Runtime/NetworkClient.cs +++ b/Assets/Mirror/Runtime/NetworkClient.cs @@ -25,6 +25,7 @@ public static class NetworkClient /// True if client is ready (= joined world). // TODO redundant state. point it to .connection.isReady instead (& test) + // TODO OR remove NetworkConnection.isReady? unless it's used on server public static bool ready; /// The NetworkConnection object that is currently "ready".