internal void InvokeCommunityGoalJoinEvent(CommunityGoalJoinEvent arg)
 {
     CommunityGoalJoinEvent?.Invoke(this, arg);
 }
Example #2
0
 internal void InvokeCommunityGoalJoinEvent(CommunityGoalJoinEvent arg) => CommunityGoalJoinEvent?.Invoke(null, arg);