20 lines
168 B
C#
20 lines
168 B
C#
using System;
|
|
using UnityEngine;
|
|
|
|
public class PldDogController : EnemyController
|
|
{
|
|
|
|
|
|
|
|
private void Awake()
|
|
{
|
|
|
|
}
|
|
|
|
private void Update()
|
|
{
|
|
|
|
}
|
|
|
|
}
|