summaryrefslogtreecommitdiff
path: root/modules/mono/glue/cs_files/GodotMethodAttribute.cs
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2018-04-18 12:43:21 +0200
committerGitHub <noreply@github.com>2018-04-18 12:43:21 +0200
commit3aaa5514d055ee4ad465b130109b351d0f05dd23 (patch)
tree6fb6f2821aed3322cedb5f564efb26dda50c5d1c /modules/mono/glue/cs_files/GodotMethodAttribute.cs
parent1a3688d0cc13d1734977a36773666eb8e2f004ad (diff)
parent6b611e64316ed91b89822a3b660cdedc087a1da9 (diff)
Merge pull request #18053 from mysticfall/master
#18051: Clean up and reformat C# source files
Diffstat (limited to 'modules/mono/glue/cs_files/GodotMethodAttribute.cs')
-rw-r--r--modules/mono/glue/cs_files/GodotMethodAttribute.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/cs_files/GodotMethodAttribute.cs b/modules/mono/glue/cs_files/GodotMethodAttribute.cs
index 21333c8dab..55848769d5 100644
--- a/modules/mono/glue/cs_files/GodotMethodAttribute.cs
+++ b/modules/mono/glue/cs_files/GodotMethodAttribute.cs
@@ -2,7 +2,7 @@ using System;
namespace Godot
{
- [AttributeUsage(AttributeTargets.Method, Inherited = true)]
+ [AttributeUsage(AttributeTargets.Method)]
internal class GodotMethodAttribute : Attribute
{
private string methodName;