@namespace MurderGame
@using Sandbox.UI
@inherits Sandbox.UI.Panel
@attribute [StyleSheet]
@GetPhase().Title
@code
{
public BasePhase GetPhase()
{
return MurderGame.Instance.CurrentPhase;
}
protected override int BuildHash()
{
return GetPhase().GetHashCode();
}
}