Files
core_ng/@sammo/game_logic/src/index.ts
T
2023-09-23 18:41:45 +00:00

5 lines
198 B
TypeScript

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