mirror of
https://github.com/plexusorg/Module-NUSH.git
synced 2025-08-10 06:23:10 +00:00
This commit is contained in:
parent
15089ffd61
commit
476a9d3ff3
12 changed files with 323 additions and 251 deletions
|
@ -7,8 +7,9 @@ import net.kyori.adventure.text.Component;
|
|||
|
||||
@Data
|
||||
@AllArgsConstructor
|
||||
public class Message {
|
||||
public class Message
|
||||
{
|
||||
|
||||
UUID sender;
|
||||
Component message;
|
||||
UUID sender;
|
||||
Component message;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue