Remove @static tags

This commit is contained in:
Sirz Benjie 2025-09-10 12:23:18 -05:00
parent 4ba9b465cf
commit 49a0012f78
No known key found for this signature in database
GPG Key ID: 4A524B4D196C759E

View File

@ -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,