aboutsummaryrefslogtreecommitdiffstats
path: root/code/ui/phase/PhaseInfo.razor
diff options
context:
space:
mode:
authorLeonardo Bishop <me@leonardobishop.com>2023-08-06 17:21:45 +0100
committerLeonardo Bishop <me@leonardobishop.com>2023-08-06 17:21:45 +0100
commit0bba89a7858ce091f485e04284f853e1f7f304af (patch)
tree89ba42616e0f245cc84c96cc5b353eea117057d0 /code/ui/phase/PhaseInfo.razor
parent87d74b50bf443bf199be05bd03afdca6ece082ff (diff)
ReformatHEADmaster
Diffstat (limited to 'code/ui/phase/PhaseInfo.razor')
-rw-r--r--code/ui/phase/PhaseInfo.razor14
1 files changed, 6 insertions, 8 deletions
diff --git a/code/ui/phase/PhaseInfo.razor b/code/ui/phase/PhaseInfo.razor
index 4509259..7c95da5 100644
--- a/code/ui/phase/PhaseInfo.razor
+++ b/code/ui/phase/PhaseInfo.razor
@@ -1,8 +1,6 @@
-@using Sandbox;
-@using Sandbox.UI;
-
@namespace MurderGame
-@inherits Panel
+@using Sandbox.UI
+@inherits Sandbox.UI.Panel
@attribute [StyleSheet]
<div>
@@ -16,8 +14,8 @@
return MurderGame.Instance.CurrentPhase;
}
- protected override int BuildHash()
- {
- return GetPhase().GetHashCode();
+ protected override int BuildHash()
+ {
+ return GetPhase().GetHashCode();
}
-}
+} \ No newline at end of file