added comment

This commit is contained in:
frutescens 2024-10-01 21:06:21 -07:00
parent eb6e05f792
commit 2fdf357735

View File

@ -110,6 +110,11 @@ export interface EnemyPartyConfig {
countAsSeen?: boolean;
}
/**
* TEMPORARY FUNCTION - will be removed once locales settles down and be replaced with a class-variable of the mystery encounter instead
* @param encounter
* @returns
*/
export function getMysteryEncounterKey(encounter: MysteryEncounterType | -1): string {
const key = "mysteryEncounter:";
switch (encounter) {