@namespace Sandbox.UI.Dev @using Sandbox.UI.Dev.Stats @inherits Panel @if ( Networking.IsActive ) { @if ( !Networking.IsHost ) { } } @code { protected override int BuildHash() => HashCode.Combine( Networking.IsActive ); }