Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ public class NetworkManager : MonoBehaviour, INetworkUpdateSystem
/// </summary>
public static event Action<NetworkManager> OnDestroying;

/// <summary>
/// This is a temporary thing
/// </summary>
public bool TestBool;

#if UNITY_EDITOR
// Inspector view expand/collapse settings for this derived child class
Expand Down