示例#1
0
 public static void RequestEms(Vector3 loc)
 {
     if (PluginCheck.IsBetterEMSRunning())
     {
         EmsRespond(loc);
     }
 }