8 lines
85 B
Go
8 lines
85 B
Go
package itemprops
|
|
|
|
type DamageProfile struct {
|
|
Pierce int
|
|
Bash int
|
|
Crush int
|
|
}
|