using System.Collections.Generic; using PhoenixLib.Events; namespace WingsEmu.Game.TimeSpaces.Events; public class TimeSpaceCheckForTasksCompletedEvent : TimeSpaceTaskCheckEvent { public IEnumerable TimeSpaceSubInstances { get; init; } public IEnumerable Events { get; init; } }