Files
Terrarum/src/net/torvald/terrarum/itemproperties/Item.kt
2024-03-21 20:57:12 +09:00

12 lines
207 B
Kotlin

package net.torvald.terrarum.itemproperties
/**
* Created by minjaesong on 2023-11-13.
*/
object Item {
const val TREE_STICK = "item@basegame:18"
const val COPPER_SIGN = "item@basegame:33280"
}