public void Respawn() { Player.transform.position = Vector3.zero; PlayerEventClient.Instance.PlayerEventChannel.SendEvent(PlayerEvent.Respawn()); }