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