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