diff options
Diffstat (limited to 'code/ui/health/Health.razor')
| -rw-r--r-- | code/ui/health/Health.razor | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/code/ui/health/Health.razor b/code/ui/health/Health.razor index d350756..4ec7f67 100644 --- a/code/ui/health/Health.razor +++ b/code/ui/health/Health.razor @@ -1,8 +1,6 @@ -@using Sandbox;
-@using Sandbox.UI;
-
@namespace MurderGame
-@inherits Panel
+@using Sandbox
+@inherits Sandbox.UI.Panel
<style>
Health {
@@ -43,4 +41,4 @@ Health { {
return GetHealth().GetHashCode();
}
-}
+}
\ No newline at end of file |
