namespace MfGames.Nitride; /// /// Indicates an operation that resolved (completely processes the input) /// before returning from the `Run` operation. /// public interface IResolvingOperation : IOperation { }