Refactor fluent download pipelines
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
namespace Beam.Abstractions;
|
||||
|
||||
public interface IStateChangerFactory { }
|
||||
public interface IStateChangerFactory {
|
||||
IStateChangeBehaviour Behavior { get; }
|
||||
}
|
||||
Reference in New Issue
Block a user