public Tazer(Texture2D pTexr, Rectangle pPosit, bool active, Drawable pNumbers) : base(pTexr, pPosit, active, pNumbers) { value = 12; specialValue = 2; Name = "Tazer"; }
public Whale(Texture2D pTexr, Rectangle pPosit, bool active, Drawable pNumbers) : base(pTexr, pPosit, active, pNumbers) { value = 16; specialValue = 1; Name = "Whale"; }
public Punch(Texture2D pTexr, Rectangle pPosit, bool active, Drawable pNumbers) : base(pTexr, pPosit, active, pNumbers) { value = 9; specialValue = 3; Name = "Punch"; }