ToolAttribute.cs 120 B

12345678
  1. using System;
  2. namespace Godot
  3. {
  4. [AttributeUsage(AttributeTargets.Class)]
  5. public class ToolAttribute : Attribute {}
  6. }