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