using WingsAPI.Scripting.Attribute; using WingsAPI.Scripting.Enum; namespace WingsAPI.Scripting.Event.Raid { /// /// Object representation of IncreaseObjectiveEvent /// [ScriptEvent("RaidIncreaseObjective", true)] public class SRaidIncreaseObjectiveEvent : SEvent { /// /// Type of objective increased /// public SObjectiveType ObjectiveType { get; set; } } }