Commit 89712e31 authored by Melledy's avatar Melledy Committed by GitHub
Browse files

Merge pull request #144 from MlgmXyysd/birthday-fix

Fix PlayerBirthday exception
parents a957379a cd08c52b
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