mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-09-23 15:03:24 +02:00
Remove @static
tags
This commit is contained in:
parent
4ba9b465cf
commit
49a0012f78
@ -576,10 +576,9 @@ export class MysteryEncounterBuilder implements Partial<IMysteryEncounter> {
|
||||
*/
|
||||
|
||||
/**
|
||||
* @static Defines the type of encounter which is used as an identifier, should be tied to a unique MysteryEncounterType
|
||||
* NOTE: if new functions are added to {@linkcode MysteryEncounter} class
|
||||
* Defines the type of encounter which is used as an identifier, should be tied to a unique MysteryEncounterType
|
||||
* @param encounterType
|
||||
* @returns this
|
||||
* @returns a new instance of MysteryEncounterBuilder with encounterType set
|
||||
*/
|
||||
static withEncounterType(
|
||||
encounterType: MysteryEncounterType,
|
||||
|
Loading…
Reference in New Issue
Block a user