Update type

This commit is contained in:
Dev 2023-04-07 16:36:54 +01:00
parent 03a72851f5
commit 163fb17393

View File

@ -21,6 +21,8 @@ export interface Sell {
reputation: Reputation;
/** How many hours are simulated to figure out if player offer was sold */
simulatedSellHours: number;
/**Seconds from clicking remove to remove offer from market */
expireSeconds: number;
}
export interface Chance {
base: number;