Example #1
0
 public Number(NumberTextureColor color, bool border, float size)
 {
     this.Border     = border;
     this.Color      = color;
     this.NumberSize = size;
     this.Value      = 0;
 }
Example #2
0
 public Number(NumberTextureColor color, bool border)
 {
     this.Border = border;
     this.Color  = color;
     this.Value  = 0;
 }