Update type
This commit is contained in:
parent
03a72851f5
commit
163fb17393
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user