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.Numerics;
|
||||
|
||||
namespace KamiToolKit.Nodes;
|
||||
|
||||
public abstract class ProgressNode : SimpleComponentNode {
|
||||
public abstract float Progress { get; set; }
|
||||
public abstract Vector4 BarColor { get; set; }
|
||||
public abstract Vector4 BackgroundColor { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user