public void UpdateWithTime(float time) { if (playerVampire != null) { playerVampire.Update(time); } }