@using Sandbox;
@using Sandbox.UI;
@inherits PanelComponent
<root class="@(Network.IsProxy ? "" : "hidden")">
<Label class="title">@(Network.Owner.DisplayName)</Label>
</root>
@code
{
protected override int BuildHash() => System.HashCode.Combine(Network.Owner);
}