diff options
Diffstat (limited to 'code/ui/phase/PhaseInfo.razor')
| -rw-r--r-- | code/ui/phase/PhaseInfo.razor | 14 |
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 |
