mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-31 10:26:12 +00:00
Added dummy MSBuild project and solution to get tooling help when editing these files.
8 lines
126 B
C#
8 lines
126 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class ToolAttribute : Attribute {}
|
|
}
|