7 lines
123 B
C#
7 lines
123 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class ToolAttribute : Attribute {}
|
|
}
|