]> git.lizzy.rs Git - mt.git/blobdiff - itemdef.go
Support PlaceParam2
[mt.git] / itemdef.go
index f203d7e680ab49916718e16a6a1e473a51ba7a05..304d48ba77c2ac78c26adcc75df4adf67ab3aa45 100644 (file)
@@ -52,5 +52,7 @@ type ItemDef struct {
 
        ShortDesc string
 
+       PlaceParam2 uint8
+
        //mt:end
 }