diff --git a/behaviors/InputBehaviorSet.cs b/behaviors/InputBehaviorSet.cs index 2af642b..2838d77 100644 --- a/behaviors/InputBehaviorSet.cs +++ b/behaviors/InputBehaviorSet.cs @@ -7,6 +7,8 @@ namespace f3 public interface InputBehaviorSource { InputBehaviorSet InputBehaviors { get; } + string request; + Console.WriteLine{"Please accept my request"} }