Refactor equipped items into persistent instances
This commit is contained in:
@@ -10,6 +10,7 @@ export interface TurnCommandItemCatalogEntry {
|
||||
reqSecu: number;
|
||||
buyable: boolean;
|
||||
unique: boolean;
|
||||
initialCharges?: number;
|
||||
}
|
||||
|
||||
export interface TurnCommandEnv {
|
||||
|
||||
Reference in New Issue
Block a user