Commit cd08c52b authored by Jaida Wu's avatar Jaida Wu
Browse files

Fix PlayerBirthday exception


Signed-off-by: default avatarJaida Wu <mlgmxyysd@meowcat.org>
parent a957379a
package emu.grasscutter.game.player; package emu.grasscutter.game.player;
import dev.morphia.annotations.Entity;
import emu.grasscutter.net.proto.BirthdayOuterClass.Birthday; import emu.grasscutter.net.proto.BirthdayOuterClass.Birthday;
@Entity
public class PlayerBirthday { public class PlayerBirthday {
private int day; private int day;
private int month; private int month;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment