Refactor fluent download pipelines

This commit is contained in:
qwsdcvghyu89
2025-09-27 15:38:58 +10:00
parent 13c6fbaf5f
commit 94b6c0645c
33 changed files with 518 additions and 451 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
namespace Beam.Abstractions;
public interface IStateChangerFactory { }
public interface IStateChangerFactory {
IStateChangeBehaviour Behavior { get; }
}