using System; using UnityEngine; public class PldDogController : EnemyController { private void Awake() { } private void Update() { } }