示例#1
0
 internal void InvokeNpcCrewRankEvent(NpcCrewRankEvent arg)
 {
     NpcCrewRankEvent?.Invoke(this, arg);
 }