add AccountMessage
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package ltd.hlaeja.library.accountRegistry.event
|
||||
|
||||
import java.util.UUID
|
||||
|
||||
data class AccountMessage(
|
||||
val userId: UUID,
|
||||
val change: List<String>,
|
||||
val timestamp: Long = System.currentTimeMillis(),
|
||||
)
|
||||
Reference in New Issue
Block a user