Update type
This commit is contained in:
parent
03a72851f5
commit
163fb17393
@ -21,6 +21,8 @@ export interface Sell {
|
|||||||
reputation: Reputation;
|
reputation: Reputation;
|
||||||
/** How many hours are simulated to figure out if player offer was sold */
|
/** How many hours are simulated to figure out if player offer was sold */
|
||||||
simulatedSellHours: number;
|
simulatedSellHours: number;
|
||||||
|
/**Seconds from clicking remove to remove offer from market */
|
||||||
|
expireSeconds: number;
|
||||||
}
|
}
|
||||||
export interface Chance {
|
export interface Chance {
|
||||||
base: number;
|
base: number;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user