Small fixes and clarifications

This commit is contained in:
FlorianDahn
2020-05-04 02:20:16 +02:00
parent 2fc16b18da
commit 07dec0dc9d
5 changed files with 23 additions and 22 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ namespace TelegramBotBase.Interfaces
{
public interface IStateMachine
{
Type DefaultStateForm { get; }
Type FallbackStateForm { get; }
void SaveFormStates(SaveStatesEventArgs e);