A Blazor/Razor UI component file for the in-game crosshair. It inherits PanelComponent and renders a root element containing a div with class "crosshair".
@inherits PanelComponent <root> <div class="crosshair"/> </root>