Ejemplo n.º 1
0
 internal void InvokeCommunityGoalRewardEvent(CommunityGoalRewardEvent arg)
 {
     CommunityGoalRewardEvent?.Invoke(this, arg);
 }
Ejemplo n.º 2
0
 internal void InvokeCommunityGoalRewardEvent(CommunityGoalRewardEvent arg) => CommunityGoalRewardEvent?.Invoke(null, arg);