controller keymap fix, inventory skeleton
This commit is contained in:
12
konstructor/entity/entity.npc.go
Normal file
12
konstructor/entity/entity.npc.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package entity
|
||||
|
||||
type NPCType struct {
|
||||
ID string
|
||||
RenderOptions RenderOptions
|
||||
}
|
||||
|
||||
type NPC struct {
|
||||
ID string
|
||||
Type NPCType
|
||||
Position Position
|
||||
}
|
||||
Reference in New Issue
Block a user