6 lines
98 B
C#
6 lines
98 B
C#
namespace Questionable.Controller.Steps;
|
|
|
|
internal interface IRevisitAware
|
|
{
|
|
void OnRevisit();
|
|
}
|