import type { GodBase } from '../class/godBase'
export const godsPool = new Map<string, GodBase>()
