vue: NPCControl(WIP)

This commit is contained in:
2021-09-06 02:12:28 +09:00
parent dd7afba5f5
commit 3dc7fc6f14
7 changed files with 1162 additions and 2 deletions
+2 -1
View File
@@ -21,7 +21,8 @@ module.exports = (env, argv) => {
mode,
entry: {
v_inheritPoint: `${tsDir}/v_inheritPoint.ts`,
v_board: `${tsDir}/v_board.ts`
v_board: `${tsDir}/v_board.ts`,
v_NPCControl: `${tsDir}/v_NPCControl.ts`,
},
output: {