Declaración
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go
Making the target join the specified team, this will cause the target to leave the original team
func JoinTeam(target entity<Entity>, targetTeam entity<Team>, out var statusCode StatusCode)
go