mirror of
https://github.com/tiennm99/godot.git
synced 2026-07-09 15:08:40 +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 {}
|
|
}
|