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