Example #1
0
 public CurrencySpec(ushort rate, string separator, Year toEuro, string prefix, string suffix, byte symbolPos, StringID name)
 {
     this.rate      = rate;
     this.separator = separator;
     to_euro        = toEuro;
     this.prefix    = prefix;
     this.suffix    = suffix;
     symbol_pos     = symbolPos;
     this.name      = name;
 }
Example #2
0
 public void AddLine(StringID str)
 {
     throw new NotImplementedException("Dummy");
 }
Example #3
0
 public void UpdatePosition(int center, int top, StringID str, StringID?str_small = null)
 {
 }