import { patchBattle } from './battle';

export function patchAll() {
    patchBattle();
}