5 lines
115 B
C#
5 lines
115 B
C#
namespace Beam.Abstractions;
|
|
|
|
public interface IStateChangerFactory {
|
|
IStateChangeBehaviour Behavior { get; }
|
|
} |