Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
namespace KamiToolKit.Nodes;
|
||||
|
||||
public class TextButtonListNode : ButtonListNode<string> {
|
||||
protected override string GetLabelForOption(string option) => option;
|
||||
}
|
||||
Reference in New Issue
Block a user