Fix source generator exceptions appearing when use "@+internal keyword" as type or namespace name in C# script
This commit is contained in:
+8
@@ -0,0 +1,8 @@
|
||||
using Godot;
|
||||
|
||||
namespace @namespace
|
||||
{
|
||||
partial class @class : GodotObject
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user