Artifact 4ff22bf99342a3ed93914dde67c6d7d2869b20aeef0b8883ad52f552f9015745:
- File lib/form.lua — part of check-in [956134c50b] at 2020-08-11 21:39:39 on branch trunk — initial commit (user: lexi, size: 164) [annotate] [blame] [check-ins using]
return sorcery.lib.class { construct = function(elts) return { render = function() local form = 'formspec_version[3] real_coordinates[true]' end; } end; }