index
:
mt.git
5.4.1
master
Fork of anon5's mt package, updated to work with Luanti >=5.5.0
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mt.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'mt.go')
-rw-r--r--
mt.go
5
1 files changed, 5 insertions, 0 deletions
diff --git a/mt.go b/mt.go
new file mode 100644
index 0000000..c5d665d
--- /dev/null
+++ b/
mt.go
@@ -0,0 +1,5 @@
+package mt
+
+type Field struct {
+ Name, Value string
+}