Add LuaInterface project
This commit is contained in:
11
LuaInterface/LuaHideAttribute.cs
Normal file
11
LuaInterface/LuaHideAttribute.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System;
|
||||
|
||||
namespace LuaInterface
|
||||
{
|
||||
/// <summary>
|
||||
/// Marks a method, field or property to be hidden from Lua auto-completion
|
||||
/// </summary>
|
||||
[AttributeUsage(AttributeTargets.Method | AttributeTargets.Field | AttributeTargets.Property)]
|
||||
public sealed class LuaHideAttribute : Attribute
|
||||
{}
|
||||
}
|
||||
Reference in New Issue
Block a user