diff options
Diffstat (limited to 'src/main/kotlin/moe/nea/shot/FieldShots.kt')
-rw-r--r-- | src/main/kotlin/moe/nea/shot/FieldShots.kt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main/kotlin/moe/nea/shot/FieldShots.kt b/src/main/kotlin/moe/nea/shot/FieldShots.kt new file mode 100644 index 0000000..36217c5 --- /dev/null +++ b/src/main/kotlin/moe/nea/shot/FieldShots.kt @@ -0,0 +1,5 @@ +package moe.nea.shot + +import java.io.Serializable + +data class FieldShots(val annotations: List<ClassRef>) : Serializable
\ No newline at end of file |