generated from nhcarrigan/template
feat: respect integer format pref
This commit is contained in:
@@ -467,7 +467,7 @@ interface GameContextValue {
|
||||
/**
|
||||
* Format a whole-number value without decimal places.
|
||||
*/
|
||||
formatInteger: (value: number)=> string;
|
||||
formatInteger: (value: number, format: NumberFormat)=> string;
|
||||
|
||||
/**
|
||||
* Buy a prestige upgrade from the runestone shop.
|
||||
|
||||
Reference in New Issue
Block a user