using UnityEngine; public class EyeEnemy : Enemy { public float _hp = 100; void Start() { hp = _hp; } void Update() { } }