File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
com.unity.netcode.gameobjects/Runtime/Core Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -314,18 +314,18 @@ public NetworkManager NetworkManager
314314 /// <summary>
315315 /// Gets if we are executing as server
316316 /// </summary>
317- protected bool IsServer { get ; private set ; }
317+ public bool IsServer { get ; private set ; }
318318
319319 /// <summary>
320320 /// Gets if we are executing as client
321321 /// </summary>
322- protected bool IsClient { get ; private set ; }
322+ public bool IsClient { get ; private set ; }
323323
324324
325325 /// <summary>
326326 /// Gets if we are executing as Host, I.E Server and Client
327327 /// </summary>
328- protected bool IsHost { get ; private set ; }
328+ public bool IsHost { get ; private set ; }
329329
330330 /// <summary>
331331 /// Gets Whether or not the object has a owner
You can’t perform that action at this time.
0 commit comments