mirror of
https://github.com/pagefaultgames/pokerogue.git
synced 2025-07-05 16:02:20 +02:00
parent
3b0e1bdc50
commit
b6df2c038e
@ -10,12 +10,10 @@ export interface SimpleTranslationEntries {
|
||||
}
|
||||
|
||||
export interface FusionTranslationEntries {
|
||||
[key: string]: FusionTranslationEntry,
|
||||
}
|
||||
|
||||
export interface FusionTranslationEntry {
|
||||
fusionPrefix: string,
|
||||
fusionSuffix: string,
|
||||
[key: string]: {
|
||||
fusionPrefix: string;
|
||||
fusionSuffix: string;
|
||||
};
|
||||
}
|
||||
|
||||
export interface MoveTranslationEntry {
|
||||
|
Loading…
Reference in New Issue
Block a user