using System; using System.Collections.Generic; using WingsAPI.Scripting.Attribute; namespace WingsAPI.Scripting.Event.TimeSpace { [ScriptEvent("CheckForTasksCompleted", false)] public class SCheckForTasksCompletedEvent : SEvent { public IEnumerable Maps { get; set; } public IEnumerable Events { get; set; } } }