mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
12 lines
207 B
Kotlin
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"
|
|
|
|
} |