This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using JetBrains.Annotations; | |
namespace YoHDot.Addons.CustomScripts | |
{ | |
using System; | |
using System.Runtime.CompilerServices; | |
/// <summary> | |
/// Marks the script as used (because Rider cannot see usages in TSCN files). | |
/// If <see cref="Icon"/> is given or <see cref="RegisterAsNode"/> is set to true, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
using YoHDot.Utilities; | |
namespace YoHDot.Addons.CustomScripts | |
{ | |
using System.Runtime.CompilerServices; | |
using System; | |
using Godot; | |
// This is mostly a workaround for https://github.com/godotengine/godot/issues/38191 |
OlderNewer