private void ProcessChannel() { if (target == null) { return; } target.Channel(1f); // TODO any visuals on the player associated with channelling }