public void setEnemyOnFace(Googoo enemy, Vector3 deathRay) { if (enemy != null) { this.enemy = enemy; this.enemyOnFace = true; this.deathRay = deathRay; } }
public void removeEnemyOnFace() { enemyOnFace = false; this.enemy = null; }