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