Declaración
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go
Al añadir un objetivo a un equipo específico, el objetivo abandonará el equipo al que pertenecía anteriormente.
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go