/// <summary>
 /// Go to the person selection page
 /// </summary>
 public void ShowPersonSelection()
 {
     var screen = new PersonSelection();
     GameFacade.Screens.RemoveCurrent();
     GameFacade.Screens.AddScreen(screen);
 }
Ejemplo n.º 2
0
 public PersonSlot(PersonSelection screen)
 {
     this.Screen = screen;
 }
 public PersonSlot(PersonSelection screen)
 {
     this.Screen = screen;
 }