Exemple #1
0
 public static void AppDead(long targetID)
 {
     if (LocalAgent.GetEntityByID(targetID) == null)
     {
         return;
     }
     LocalAgent.AppClearBuff(targetID);
     LocalAgent.ClearFuseDataByEntityID(targetID, true);
 }