mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 13:59:22 -04:00
17 lines
204 B
Plaintext
17 lines
204 B
Plaintext
@namespace Sandbox.UI.Dev.Stats
|
|
@inherits Panel
|
|
|
|
<root>
|
|
|
|
<value>@Value</value>
|
|
<name>@Title</name>
|
|
|
|
</root>
|
|
|
|
|
|
@code
|
|
{
|
|
public string Value { get; set; }
|
|
public string Title { get; set; }
|
|
}
|