mirror of
https://github.com/araxiaonline/ets-module-collection.git
synced 2026-06-13 02:52:20 -04:00
updated
This commit is contained in:
@@ -246,6 +246,9 @@ export const ItemQuality = {
|
||||
Heirlooms: 7,
|
||||
} as const;
|
||||
|
||||
export type QualityType = typeof ItemQuality[keyof typeof ItemQuality];
|
||||
|
||||
|
||||
export const ItemStat = {
|
||||
MANA: 0,
|
||||
HEALTH: 1,
|
||||
|
||||
Reference in New Issue
Block a user