From 71db52c5443a7bf82d9a23a770994a42b043be04 Mon Sep 17 00:00:00 2001 From: Leonardo Bishop Date: Thu, 27 Jul 2023 22:11:31 +0100 Subject: Initial commit --- code/ui/Hud.razor | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 code/ui/Hud.razor (limited to 'code/ui/Hud.razor') diff --git a/code/ui/Hud.razor b/code/ui/Hud.razor new file mode 100644 index 0000000..6ea6103 --- /dev/null +++ b/code/ui/Hud.razor @@ -0,0 +1,26 @@ +@using Sandbox; +@using Sandbox.UI; + +@namespace MurderGame +@inherits RootPanel +@attribute [StyleSheet] + + + + + + + + + + + + + +@code +{ +} \ No newline at end of file -- cgit v1.2.3-70-g09d2