示例#1
0
 public static bool TrySendTeamTargetNotify(TeamSignalType type, int unitId)
 {
     PvpEvent.SendTeamTargetNotify(type, unitId);
     return(true);
 }
示例#2
0
 public static bool TrySendTeamPosNotify(TeamSignalType type, Vector3 pos)
 {
     PvpEvent.SendTeamPosNotify(type, pos);
     return(true);
 }