Initial commit: AetherBags + KamiToolKit for FC Gitea
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
using KamiToolKit.Premade.Color;
|
||||
|
||||
namespace KamiToolKit.Classes;
|
||||
|
||||
internal readonly struct BatchToken(ColorPickerWidget owner) : IDisposable {
|
||||
public void Dispose() => owner.EndBatchUpdate();
|
||||
}
|
||||
Reference in New Issue
Block a user