namespace LobbyRelaySample.UI { /// /// After connecting to Relay, the host can use this to end the game, returning to the regular lobby state. /// public class EndGameButtonUI : UIPanelBase { public void EndGame() { Manager.EndGame(); } } }