Удаляем тестовый код
This commit is contained in:
parent
6bcf504908
commit
071e8c4e21
@ -6,7 +6,6 @@ import ru.dbotthepony.kstarbound.defs.ThingDescription
|
|||||||
import ru.dbotthepony.kstarbound.io.json.builder.JsonFactory
|
import ru.dbotthepony.kstarbound.io.json.builder.JsonFactory
|
||||||
import ru.dbotthepony.kstarbound.io.json.builder.JsonPropertyConfig
|
import ru.dbotthepony.kstarbound.io.json.builder.JsonPropertyConfig
|
||||||
|
|
||||||
@JsonFactory(storesJson = true)
|
|
||||||
data class ItemDefinition(
|
data class ItemDefinition(
|
||||||
override val itemName: String,
|
override val itemName: String,
|
||||||
override val price: Long = 4L,
|
override val price: Long = 4L,
|
||||||
@ -24,7 +23,6 @@ data class ItemDefinition(
|
|||||||
override val radioMessagesOnPickup: ImmutableList<String>,
|
override val radioMessagesOnPickup: ImmutableList<String>,
|
||||||
override val fuelAmount: Long?,
|
override val fuelAmount: Long?,
|
||||||
|
|
||||||
@JsonPropertyConfig(isFlat = true)
|
|
||||||
val descriptionData: ThingDescription,
|
val descriptionData: ThingDescription,
|
||||||
|
|
||||||
val json: Map<String, Any>
|
val json: Map<String, Any>
|
||||||
|
Loading…
Reference in New Issue
Block a user