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