namespace Omegasis.HappyBirthday.Framework { /// The data for the current player. internal class PlayerData { /// The player's current birthday day. public int BirthdayDay; /// The player's current birthday season. public string BirthdaySeason; } }