7 lines
220 B
TypeScript
7 lines
220 B
TypeScript
import type { Iwt2BalanceOverrides } from './bosses'
|
|
|
|
// Generated by local admin panel. Commit this file with intended IWT2 balance changes.
|
|
export const IWT2_BALANCE_OVERRIDES: Iwt2BalanceOverrides = {
|
|
bosses: {},
|
|
}
|