Package ai.tock.bot.definition
Class StoryStepKt
-
- All Implemented Interfaces:
public final class StoryStepKt
-
-
Field Summary
Fields Modifier and Type Field Description private final static SimpleStoryStepnoStep
-
Method Summary
Modifier and Type Method Description final SimpleStoryStepgetNoStep()Use this step when you want to set a null StoryStep. -
-
Method Detail
-
getNoStep
final SimpleStoryStep getNoStep()
Use this step when you want to set a null StoryStep.
-
-
-
-