QuestSuccess typedef

QuestSuccess = dynamic Function(dynamic result, int taskId)

Implementation

typedef QuestSuccess = Function(dynamic result, int taskId);