This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
custom-building-function [2022/04/29 20:49] minotorious |
custom-building-function [2022/04/30 19:23] (current) minotorious |
||
---|---|---|---|
Line 35: | Line 35: | ||
mod:log("Property2: " .. tostring(self.Property2)) | mod:log("Property2: " .. tostring(self.Property2)) | ||
mod:log("Property3: " .. tostring(self.Property3)) | mod:log("Property3: " .. tostring(self.Property3)) | ||
+ | | ||
+ | return true | ||
end | end | ||