mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
9 lines
196 B
Kotlin
9 lines
196 B
Kotlin
package net.torvald.terrarum.itemproperties
|
|
|
|
/**
|
|
* Created by minjaesong on 16-03-18.
|
|
*/
|
|
object MaterialCodex {
|
|
val CSV_PATH = "./src/com/torvald/terrarum/itemproperties/materialprop.csv"
|
|
|
|
} |