Esempio n. 1
0
 internal CommunityGoalEvent InvokeEvent(CommunityGoalEvent arg)
 {
     if (_api.ValidateEvent(arg))
     {
         CommunityGoal?.Invoke(_api, arg);
     }
     return(arg);
 }