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