diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2018-08-23 12:49:57 -0400 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2018-08-23 12:50:04 -0400 |
commit | 514856d8c79bee4a35c61aa08213fd774c7a7ee9 (patch) | |
tree | 8f7fbca4a830320357b9cf440e6640213a6c2ff1 /modules/mono/glue/cs_files/ToolAttribute.cs | |
parent | a1b594c2fc4c82c9dca847f8431852a970225e1a (diff) |
[Mono] Move several small related files
Diffstat (limited to 'modules/mono/glue/cs_files/ToolAttribute.cs')
-rw-r--r-- | modules/mono/glue/cs_files/ToolAttribute.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/mono/glue/cs_files/ToolAttribute.cs b/modules/mono/glue/cs_files/ToolAttribute.cs deleted file mode 100644 index d8601b5b32..0000000000 --- a/modules/mono/glue/cs_files/ToolAttribute.cs +++ /dev/null @@ -1,7 +0,0 @@ -using System; - -namespace Godot -{ - [AttributeUsage(AttributeTargets.Class)] - public class ToolAttribute : Attribute {} -} |