mirror of
https://github.com/plexusorg/Module-NUSH.git
synced 2025-08-07 21:14:02 +00:00
Moar, not redy for production
This commit is contained in:
parent
ddb5f9ed43
commit
35a5ffe71c
9 changed files with 268 additions and 91 deletions
14
src/main/java/dev/plex/nush/Message.java
Normal file
14
src/main/java/dev/plex/nush/Message.java
Normal file
|
@ -0,0 +1,14 @@
|
|||
package dev.plex.nush;
|
||||
|
||||
import java.util.UUID;
|
||||
import lombok.AllArgsConstructor;
|
||||
import lombok.Data;
|
||||
import net.kyori.adventure.text.Component;
|
||||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class Message {
|
||||
|
||||
UUID sender;
|
||||
Component message;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue