예제 #1
0
파일: Quest.cs 프로젝트: xPathin/DiIiS-
 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);
     }
 }