export * from "./generalStats.js"; export * as defs from "./defs.js"; // NOTE: game_logic은 client, server 모두에서 사용되는 라이브러리이다. // DB에 접근한다면 DI여야하나?