Declaración
func JoinNewTeam(target entity<Entity>, out var newTeam entity<Team>, out var statusCode StatusCode)
go
Al añadir un objetivo a un equipo recién creado, el objetivo dejará de pertenecer al equipo en el que estaba anteriormente.
func JoinNewTeam(target entity<Entity>, out var newTeam entity<Team>, out var statusCode StatusCode)
go