using WingsAPI.Scripting.Attribute; namespace WingsAPI.Scripting.Event { /// /// Object used to represent an Event in a script /// [ScriptObject] public abstract class SEvent { } }