Degulleo3D/Assets/Scripts/Character/Enemy/PldDogController.cs

20 lines
168 B
C#

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