public PokemonMenuLine(TextureBox icon, HPLine hpLine, TextBox nameBox, HPText hpText, TextBox level, TextBox hpLabel, TextureProvider textureProvider) { mainContainer = new Container(); this.icon = icon; this.hpLine = hpLine; this.hpText = hpText; this.nameBox = nameBox; this.level = level; this.hpLabel = hpLabel; this.textureProvider = textureProvider; }
public PlayerPokemonDataView(HPLine line, TextBox nameBox, TextBox levelBox, TextBox hpBox, HPText hpTextBox) : base(line, nameBox, levelBox, hpBox, hpTextBox) { }