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