updating state chart addon
Some checks failed
Create tag and build when new code gets to main / BumpTag (push) Successful in 21s
Create tag and build when new code gets to main / Export (push) Failing after 1m28s

This commit is contained in:
2026-01-27 19:13:53 +01:00
parent 37165d1562
commit b198aba09b
15 changed files with 534 additions and 1 deletions

View File

@@ -11,7 +11,7 @@ namespace GodotStateCharts
/// <summary>
/// The wrapped node.
/// </summary>
protected readonly Node Wrapped;
public readonly Node Wrapped;
protected NodeWrapper(Node wrapped)
{