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
+4
View File
@@ -0,0 +1,4 @@
import { createApp } from 'vue'
import NPCControl from './NPCControl.vue';
createApp(NPCControl).mount('#app')