using NextMind.Examples.Steps; namespace NextMind.Examples.Discovery { /// /// Implementation of an managed by the . /// During this step, instructions about the possiblity to create its own stimulation are shown to the user. /// Nothing to override from , the default behaviour is enough. /// public class CustomStimulationStep : AbstractStep { } }