summaryrefslogtreecommitdiff
path: root/itemdef.go
diff options
context:
space:
mode:
Diffstat (limited to 'itemdef.go')
-rw-r--r--itemdef.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/itemdef.go b/itemdef.go
index 304d48b..62c019e 100644
--- a/itemdef.go
+++ b/itemdef.go
@@ -54,5 +54,8 @@ type ItemDef struct {
PlaceParam2 uint8
+ SoundUse SoundDef
+ SoundUseAir SoundDef
+
//mt:end
}