7 lines
No EOL
130 B
Kotlin
7 lines
No EOL
130 B
Kotlin
package ru.sicamp.sicamphelper.model.info
|
|
|
|
data class EntityRef(
|
|
val type: Info.Type,
|
|
val id: Long,
|
|
val name: String
|
|
) |