Variable $coinmastersConst
$coinmasters: {
all(): Coinmaster[];
(literals: TemplateStringsArray, ...placeholders: string[]): Coinmaster[];
} = ...
Type Declaration
- (literals: TemplateStringsArray, ...placeholders: string[]): Coinmaster[]
Parameters
- literals: TemplateStringsArray
- ...placeholders: string[]
Returns Coinmaster[]
all: function
A list of Coinmasters specified by a comma-separated list of names. For a list of all possible Coinmasters, leave the template string blank.