995a40e8ef
Added dummy MSBuild project and solution to get tooling help when editing these files.
7 lines
126 B
C#
7 lines
126 B
C#
using System;
|
|
|
|
namespace Godot
|
|
{
|
|
[AttributeUsage(AttributeTargets.Class)]
|
|
public class ToolAttribute : Attribute {}
|
|
}
|