ItemTypeMap, NPCTypeMap

This commit is contained in:
2023-07-07 00:38:13 +02:00
parent 13920d66b7
commit 415a564317
5 changed files with 44 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
package konstructor
type NPCTypeMap map[string]NPCType
type NPCType struct {
ID string
Render Render