mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 17:51:53 +00:00
Merge pull request #144 from MlgmXyysd/birthday-fix
Fix PlayerBirthday exception
This commit is contained in:
commit
89712e3179
@ -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