public void NotifyBonus(Mooege.Common.MPQ.FileFormats.QuestStepObjectiveType type, int value) { if (CurrentStep != null) { //Logger.Debug(" NotifyBonus through Quest impl for type {0} and value {1} ", type, value); CurrentStep.NotifyBonus(type, value); } }