Exemplo n.º 1
0
 internal void InvokeCommunityGoalJoinEvent(CommunityGoalJoinEvent arg)
 {
     CommunityGoalJoinEvent?.Invoke(this, arg);
 }
Exemplo n.º 2
0
 internal void InvokeCommunityGoalJoinEvent(CommunityGoalJoinEvent arg) => CommunityGoalJoinEvent?.Invoke(null, arg);