Exemple #1
0
 /// <summary>
 /// Deletes the quest step with the given key.
 /// </summary>
 /// <param name="questStepKey">Unique identifier of the quest step.</param>
 public void DeleteQuestStep(Guid questStepKey)
 {
     questRepository.DeleteQuestStep(questStepKey);
 }