inventory types
This commit is contained in:
parent
cf5d944fd1
commit
3d7a8aafdf
9 changed files with 532 additions and 369 deletions
|
|
@ -59,6 +59,8 @@ export interface LogEvent {
|
|||
|
||||
export type LinkMode = 'live' | 'scrap';
|
||||
|
||||
export type PostAction = 'stash' | 'salvage';
|
||||
|
||||
export type ScrapState = 'IDLE' | 'TRAVELING' | 'BUYING' | 'SALVAGING' | 'STORING' | 'FAILED';
|
||||
|
||||
export interface TradeItem {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue