public virtual void Die() { if (isBuilding) { buildingController.Die(); } else { characterController.Die(); } }