Add layers on stats and small refactor
This commit is contained in:
@@ -18,7 +18,7 @@ type Monster struct {
|
||||
Name npc.ID
|
||||
IsHovered bool
|
||||
Position Position
|
||||
Stats map[stat.Stat]int
|
||||
Stats map[stat.ID]int
|
||||
Type MonsterType
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user