コード例 #1
0
 internal void InvokeCommunityGoalEvent(CommunityGoalEvent arg)
 {
     CommunityGoalEvent?.Invoke(this, arg);
 }
コード例 #2
0
 internal void InvokeCommunityGoalEvent(CommunityGoalEvent arg) => CommunityGoalEvent?.Invoke(null, arg);