Update config.ts

This commit is contained in:
Lugiad 2024-05-17 11:41:01 +02:00 committed by GitHub
parent 2360891a89
commit c1f30c387a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,7 +21,7 @@ import { weather } from "./weather";
import { battleMessageUiHandler } from "./battle-message-ui-handler";
export const esConfig = {
export const frConfig = {
ability: ability,
abilityTriggers: abilityTriggers,
battle: battle,
@ -45,4 +45,4 @@ export const esConfig = {
tutorial: tutorial,
weather: weather,
battleMessageUiHandler: battleMessageUiHandler,
}
}