1
This commit is contained in:
@@ -5,10 +5,12 @@ import type {
|
||||
ItemRarity,
|
||||
WorldType,
|
||||
} from '../types';
|
||||
import {
|
||||
EDITOR_ITEM_CATALOG_API_PATH,
|
||||
} from '../editor/shared/editorApiClient';
|
||||
import { buildDesignedItemMetadata } from './itemDesign';
|
||||
|
||||
export const ITEM_CATALOG_API_PATH = '/api/item-catalog';
|
||||
export const ITEM_OVERRIDES_API_PATH = '/api/item-overrides';
|
||||
export { EDITOR_ITEM_CATALOG_API_PATH as ITEM_CATALOG_API_PATH };
|
||||
|
||||
export const ITEM_CATEGORY_OPTIONS = [
|
||||
'武器',
|
||||
|
||||
Reference in New Issue
Block a user