fight-ui-handler.ts 업데이트
parent
5fef01b123
commit
2fd9e13e24
|
|
@ -0,0 +1,7 @@
|
|||
import { SimpleTranslationEntries } from "#app/plugins/i18n";
|
||||
|
||||
export const fightUiHandler: SimpleTranslationEntries = {
|
||||
"pp": "PP",
|
||||
"power": "위력",
|
||||
"accuracy": "명중률",
|
||||
} as const;
|
||||
Loading…
Reference in New Issue