mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 08:56:04 +01:00
Receiving items in mail
This commit is contained in:
@@ -55,6 +55,10 @@ public class Mail {
|
||||
this.stateValue = state;
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
return this._id;
|
||||
}
|
||||
|
||||
@Entity
|
||||
public static class MailContent {
|
||||
public String title;
|
||||
|
||||
Reference in New Issue
Block a user