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