mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 22:08:34 -04:00
17 lines
159 B
Plaintext
17 lines
159 B
Plaintext
@using System;
|
|
@using Sandbox;
|
|
@using Sandbox.UI;
|
|
|
|
@namespace Menu
|
|
|
|
<root>
|
|
<div class="indicator">
|
|
<i>autorenew</i>
|
|
</div>
|
|
</root>
|
|
|
|
@code
|
|
{
|
|
|
|
}
|