MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / LuaSpec

Method LuaSpec

UnLuac/src/unluac/test/LuaSpec.java:12–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10 }
11
12 public LuaSpec() {
13 this.isDefault = true;
14 this.version = 0;
15 this.numberFormat = NumberFormat.DEFAULT;
16 this.strip = false;
17 }
18
19 public LuaSpec(int version) {
20 this(version, -1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected