mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-08-24 00:09:31 +02:00
Update src/data/mystery-encounters/mystery-encounter.ts
Co-authored-by: NightKev <34855794+DayKev@users.noreply.github.com>
This commit is contained in:
parent
0913899436
commit
361dee0afd
@ -636,8 +636,8 @@ export class MysteryEncounterBuilder implements Partial<IMysteryEncounter> {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Sets the localization key used by the encounter
|
* Sets the localization key used by the encounter
|
||||||
* @param localizationKey the localizationKey used for the encounter
|
* @param localizationKey the string used as the key
|
||||||
* @returns
|
* @returns `this`
|
||||||
*/
|
*/
|
||||||
setLocalizationKey(localizationKey: string): this {
|
setLocalizationKey(localizationKey: string): this {
|
||||||
this.localizationKey = localizationKey;
|
this.localizationKey = localizationKey;
|
||||||
|
Loading…
Reference in New Issue
Block a user