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
314
314
/// <summary>
315
315
/// Gets if we are executing as server
316
316
/// </summary>
317
- protected bool IsServer { get ; private set ; }
317
+ public bool IsServer { get ; private set ; }
318
318
319
319
/// <summary>
320
320
/// Gets if we are executing as client
321
321
/// </summary>
322
- protected bool IsClient { get ; private set ; }
322
+ public bool IsClient { get ; private set ; }
323
323
324
324
325
325
/// <summary>
326
326
/// Gets if we are executing as Host, I.E Server and Client
327
327
/// </summary>
328
- protected bool IsHost { get ; private set ; }
328
+ public bool IsHost { get ; private set ; }
329
329
330
330
/// <summary>
331
331
/// Gets Whether or not the object has a owner
You can’t perform that action at this time.
0 commit comments