9 lines
No EOL
175 B
C#
9 lines
No EOL
175 B
C#
using System;
|
|
|
|
namespace WingsAPI.Scripting.Attribute
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class ScriptObjectAttribute : System.Attribute
|
|
{
|
|
}
|
|
} |