public Prompt(SevenInitialState initialState, ScreenState screenState) : base(screenState.Width / 2 - width / 2, screenState.Height / 2 - height / 2, width, height) { Visible = false; InitialState = initialState; }
public Prompt(SevenInitialState initialState, ScreenState screenState) : base( screenState.Width / 2 - width / 2, screenState.Height / 2 - height / 2, width, height) { Visible = false; InitialState = initialState; }