UI/Teststatea.razor

A generated S&box UI Razor file for a PanelComponent named Teststatea. It defines a simple DOM structure with a root div, a verticalbox div, and an empty progressbar div. The file is machine-generated and marked not to edit.

File Access
@* SUI:GENERATED:BEGIN ============================================================
   Generated by Sbox UI Designer.
   Source: teststatea.sui
   DocumentId: sui_teststatea_aeac6de9
   GeneratorVersion: 0.1.0
   Do not edit this file manually. Changes will be overwritten.
   SUI:GENERATED:END ============================================================== *@

@namespace Game.UI
@using Sandbox;
@using Sandbox.UI;
@inherits PanelComponent

<root>
  <div class="root sui-root">
    <div class="verticalbox sui-el-8ad43931">
      <div class="progressbar sui-el-6cf5d0b9"></div>
    </div>
  </div>
</root>