示例#1
0
 public static void CallMissionStart(object sender = null)
 {
     MissionStart?.Invoke(sender, EventArgs.Empty);
 }