Add layers on stats and small refactor
This commit is contained in:
@@ -25,7 +25,7 @@ type Item struct {
|
||||
Position Position
|
||||
Ethereal bool
|
||||
IsHovered bool
|
||||
Stats map[stat.Stat]int
|
||||
Stats map[stat.ID]stat.Data
|
||||
Identified bool
|
||||
IsVendor bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user