Files
alchemyst/engine/items/itemprops/damage.go
2019-11-16 03:40:26 +03:00

8 lines
85 B
Go

package itemprops
type DamageProfile struct {
Pierce int
Bash int
Crush int
}