mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-19 06:54:05 +09:00
new item type, "Dynamic Item"; working text terminal
Former-commit-id: 81e6d836f5f1e6490027d38146a32d404cf9ce3e Former-commit-id: af6557340f9cd0ea0b67eb7a8825aeffe75f9d82
This commit is contained in:
10
src/net/torvald/terrarum/gameitem/ItemInfoKey.kt
Normal file
10
src/net/torvald/terrarum/gameitem/ItemInfoKey.kt
Normal file
@@ -0,0 +1,10 @@
|
||||
package net.torvald.terrarum.gameitem
|
||||
|
||||
/**
|
||||
* Created by minjaesong on 16-09-09.
|
||||
*/
|
||||
object ItemInfoKey {
|
||||
const val SCALE = "scale"
|
||||
const val MASS = "mass"
|
||||
const val UUID = "uuid"
|
||||
}
|
||||
Reference in New Issue
Block a user