10 lines
147 B
C#
10 lines
147 B
C#
![]() |
using UnityEngine;
|
||
|
|
||
|
// ReSharper disable once CheckNamespace
|
||
|
namespace BlueWaterProject
|
||
|
{
|
||
|
public class EnemyAi : HumanAi
|
||
|
{
|
||
|
|
||
|
}
|
||
|
}
|