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