defs 준비
This commit is contained in:
@@ -1 +1,5 @@
|
||||
export * from "./generalStats.js";
|
||||
export * from "./generalStats.js";
|
||||
export * as defs from "./defs.js";
|
||||
|
||||
// NOTE: game_logic은 client, server 모두에서 사용되는 라이브러리이다.
|
||||
// DB에 접근한다면 DI여야하나?
|
||||
Reference in New Issue
Block a user