Skip to content

Commit

Permalink
Whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
MrPowerGamerBR committed May 14, 2024
1 parent d1f5bec commit 5b6ead3
Showing 1 changed file with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
package net.perfectdreams.loritta.serializable

import kotlinx.serialization.Serializable

@Serializable
data class PocketLorittaSettings(
val lorittaCount: Int,
val pantufaCount: Int,
val gabrielaCount: Int
)

0 comments on commit 5b6ead3

Please sign in to comment.