Example #1
0
 public void UpdateActivePlayerUI() => ActivePlayerText.SetText(Game.Active.GamePlayer.Name);
Example #2
0
 public void UpdateActivePhaseText() => ActivePhaseText.SetText(Game.Active.Phase.Number.ToString());
Example #3
0
 public void SetTitle(string message)
 {
     title.SetText(message);
 }