OldBlueWater/BlueWater/Assets/02.Scripts/Ai/Human/Enemy/EnemyAi.cs

10 lines
147 B
C#
Raw Normal View History

2023-09-12 07:41:11 +00:00
using UnityEngine;
// ReSharper disable once CheckNamespace
namespace BlueWaterProject
{
public class EnemyAi : HumanAi
{
}
}