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 PokemonSprite(TextureBox box, TextureProvider provider) { this.box = box; this.provider = provider; }