attempt to improve syntax highlighting UX?
This commit is contained in:
@@ -32,6 +32,12 @@ public static class ControlExtensions
|
||||
// }
|
||||
}
|
||||
|
||||
/// Has no functionality, just used as a reminder to indicate that a method must be called on the Godot UI thread.
|
||||
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false)]
|
||||
public class RequiresGodotUiThreadAttribute : Attribute
|
||||
{
|
||||
}
|
||||
|
||||
public static class NodeExtensions
|
||||
{
|
||||
extension(TreeItem treeItem)
|
||||
|
||||
Reference in New Issue
Block a user