using System.Collections.Generic;
using Gameplay.Unit;
namespace Gameplay.Character
{
public class EventDataSpecialAI
public GameUnit owner;
public List<GameUnit> friendsInOwnerSight;
public uint target;
}