Esempio n. 1
0
 internal void InvokeCommunityGoalEvent(CommunityGoalEvent arg)
 {
     CommunityGoalEvent?.Invoke(this, arg);
 }
Esempio n. 2
0
 internal void InvokeCommunityGoalEvent(CommunityGoalEvent arg) => CommunityGoalEvent?.Invoke(null, arg);