10 lines
219 B
C#
10 lines
219 B
C#
// Copyright © Gamesmiths Guild.
|
|
|
|
#if TOOLS
|
|
using Godot;
|
|
|
|
namespace Gamesmiths.Forge.Godot.Editor.Statescript;
|
|
|
|
internal sealed record InputPropertyFoldableContext(FoldableContainer Foldable, string BaseTitle);
|
|
#endif
|