aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/moe/nea/shot/FieldShots.kt
blob: 36217c5061da2e55b4223bbfb9a6e7ba7085b2f9 (plain)
1
2
3
4
5
package moe.nea.shot

import java.io.Serializable

data class FieldShots(val annotations: List<ClassRef>) : Serializable