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