leak patched I guess

This commit is contained in:
minjaesong
2017-07-23 17:38:57 +09:00
parent 3a0c2d8101
commit 3335aaba12
38 changed files with 174 additions and 346 deletions

View File

@@ -3,7 +3,7 @@ package net.torvald.terrarum.itemproperties
import net.torvald.terrarum.gameactors.*
/**
* Created by SKYHi14 on 2017-04-17.
* Created by minjaesong on 2017-04-17.
*/
object Calculate {
/**

View File

@@ -9,7 +9,7 @@ import org.luaj.vm2.lib.ThreeArgFunction
import org.luaj.vm2.lib.ZeroArgFunction
/**
* Created by SKYHi14 on 2017-04-16.
* Created by minjaesong on 2017-04-16.
*/
class ItemEffectsLuaAPI(g: Globals) {