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