1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-21 14:57:09 +00:00
Files
godot/modules/mono/glue/cs_files/Attributes/ToolAttribute.cs
2018-08-23 12:50:04 -04:00

8 lines
126 B
C#

using System;
namespace Godot
{
[AttributeUsage(AttributeTargets.Class)]
public class ToolAttribute : Attribute {}
}