Declaração
func BindCustomPlayer(customPlayer entity<Entity>, player entity<Player>, out var isSuccess bool)
go
Define dinamicamente o alvo ao qual este jogador será vinculado, substituindo vínculos existentes. Retorna "falso" se falhar.
func BindCustomPlayer(customPlayer entity<Entity>, player entity<Player>, out var isSuccess bool)
go