mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
font update
This commit is contained in:
@@ -1 +0,0 @@
|
||||
println("Hello, script !")
|
||||
@@ -1 +0,0 @@
|
||||
print "Hello, world!"
|
||||
@@ -1,11 +0,0 @@
|
||||
import net.torvald.terrarum.ModMgr
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 2017-04-26.
|
||||
*/
|
||||
|
||||
static void invoke(String module) {
|
||||
ModMgr.GameBlockLoader.invoke(module)
|
||||
ModMgr.GameItemLoader.invoke(module)
|
||||
ModMgr.GameLanguageLoader.invoke(module)
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
|
||||
println("Hello, world!!")
|
||||
return 42
|
||||
Reference in New Issue
Block a user