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