public static bool TrySendTeamTargetNotify(TeamSignalType type, int unitId)
 {
     PvpEvent.SendTeamTargetNotify(type, unitId);
     return(true);
 }
 public static bool TrySendTeamPosNotify(TeamSignalType type, Vector3 pos)
 {
     PvpEvent.SendTeamPosNotify(type, pos);
     return(true);
 }