public Player(IDateTimerEvent timer) : base() { timer.NextDayEvent += DayUpdate; timer.NextMounthEvent += MounthUpdate; }