Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
using System.ComponentModel;
|
||||
|
||||
namespace KamiToolKit.Enums;
|
||||
|
||||
public enum VerticalListAlignment {
|
||||
[Description("Left")]
|
||||
Left,
|
||||
|
||||
[Description("Right")]
|
||||
Right,
|
||||
}
|
||||
Reference in New Issue
Block a user