You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
#18051: Remove redundant casts and 'using', 'else', 'this' statements
(cherry picked from commit 0ef3e0577b)
This commit is contained in:
committed by
Hein-Pieter van Braam
parent
95004aafb2
commit
e7b97af276
@@ -2,7 +2,7 @@ using System;
|
||||
|
||||
namespace Godot
|
||||
{
|
||||
[AttributeUsage(AttributeTargets.Method, Inherited = true)]
|
||||
[AttributeUsage(AttributeTargets.Method)]
|
||||
internal class GodotMethodAttribute : Attribute
|
||||
{
|
||||
private string methodName;
|
||||
|
||||
Reference in New Issue
Block a user