A simple UI Razor component for the game's crosshair. It inherits PanelComponent and renders a div with class "crosshair" inside a root element.
@inherits PanelComponent <root> <div class="crosshair"> </div> </root>