mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-03-01 20:02:52 +08:00
Fix PlayerBirthday exception
Signed-off-by: Jaida Wu <mlgmxyysd@meowcat.org>
This commit is contained in:
parent
90c9af7257
commit
e38f5ca97b
@ -1,7 +1,9 @@
|
||||
package emu.grasscutter.game.player;
|
||||
|
||||
import dev.morphia.annotations.Entity;
|
||||
import emu.grasscutter.net.proto.BirthdayOuterClass.Birthday;
|
||||
|
||||
@Entity
|
||||
public class PlayerBirthday {
|
||||
private int day;
|
||||
private int month;
|
||||
|
Loading…
Reference in New Issue
Block a user