mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-29 01:10:26 +00:00
995a40e8ef
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 {}
|
|
}
|