6 lines
89 B
Kotlin
6 lines
89 B
Kotlin
package ru.dbotthepony.kstarbound.defs.animation
|
|
|
|
enum class DestructionAction {
|
|
FADE
|
|
}
|