Merge plugin back into main repository (#49)

This commit is contained in:
Lucien Greathouse
2018-04-01 23:22:04 -07:00
committed by GitHub
parent c8f837d726
commit 6fa925a402
55 changed files with 1742 additions and 36 deletions

7
plugin/src/Config.lua Normal file
View File

@@ -0,0 +1,7 @@
return {
pollingRate = 0.2,
version = {0, 4, 1},
expectedServerVersionString = "0.4.x",
protocolVersion = 1,
dev = false,
}