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