+ Added lua reading and writing basics

This commit is contained in:
Matthew Cech
2019-09-12 00:17:07 -07:00
parent 4b8b125d05
commit 498c3b84bc
5 changed files with 121 additions and 67 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ public class CommandDew extends Command {
{
super(level, rating);
framework.addCommand("start", new CommandDewStart(KittyRole.Dev, KittyRating.Safe));
framework.addCommand("luatest", new CommandDewLuaTest(KittyRole.Dev, KittyRating.Safe));
}
}