UI/IFrame.razor

A Razor UI component file for the game's UI named IFrame. It imports Sandbox and Sandbox.UI namespaces but contains an empty root element and no logic or markup.

@using Sandbox;
@using Sandbox.UI;

<root>
	
</root>