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; }
public void AddLine(StringID str) { throw new NotImplementedException("Dummy"); }
public void UpdatePosition(int center, int top, StringID str, StringID?str_small = null) { }