Properties
cost
cost: { currency: number; gold: number }
Type declaration
-
currency: number
-
gold: number
currency
id
id: number
name
name: string
rate
rate: { name: string; percentage: number; pickup?: boolean }
Type declaration
-
name: string
-
percentage: number
-
Optional pickup?: boolean
resolver
resolver: { constructor: any }
Type declaration
-
constructor: function
-
Parameters
type
type: number
Called after all nested Models' dependencies are resolved. Useful if you require certain properties only available after it being resolved.