Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace KamiToolKit.Nodes;
|
||||
|
||||
public class AlignedHorizontalListNode : HorizontalListNode {
|
||||
protected override void AdjustNode(NodeBase node) {
|
||||
node.Y = 0.0f;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user