using UnityEngine; // ReSharper disable once CheckNamespace namespace BlueWaterProject { public class EnemyAi : HumanAi { } }