public EndingText( IStringData topText, IStringData bottomText1, IStringData bottomText2, IStringData bottomText3) { _topText = topText; _bottomText1 = bottomText1; _bottomText2 = bottomText2; _bottomText3 = bottomText3; }
public MenuText( IStringData eliminationModeText, IStringData registerYourNameText, IStringData registerText, IStringData specialNameText) { _eliminationModeText = eliminationModeText; _registerYourNameText = registerYourNameText; _registerText = registerText; _specialNameText = specialNameText; }