12 lines
No EOL
237 B
C#
12 lines
No EOL
237 B
C#
using WingsAPI.Scripting.Attribute;
|
|
|
|
namespace WingsAPI.Scripting.Event
|
|
{
|
|
/// <summary>
|
|
/// Object used to represent an Event in a script
|
|
/// </summary>
|
|
[ScriptObject]
|
|
public abstract class SEvent
|
|
{
|
|
}
|
|
} |