コード例 #1
0
 private bool IsQuestStepComplete()
 {
     if (BountyHelpers.QuestNpcExistsNearMe(80f))
     {
         return(true);
     }
     return(false);
 }