move to terrain render system

This commit is contained in:
2019-11-16 03:40:26 +03:00
parent 7b4a3c3200
commit 7e9f7686a9
17 changed files with 158 additions and 62 deletions

View File

@ -3,5 +3,5 @@ package itemprops
type DamageProfile struct {
Pierce int
Bash int
Cleave int
Crush int
}