From 49f92015b7447fc1f74c1b1bb6285acd6d86b20a Mon Sep 17 00:00:00 2001 From: Harman-07 <70227402+Harman-07@users.noreply.github.com> Date: Thu, 1 Oct 2020 22:18:28 +0530 Subject: [PATCH] Update InputBehaviorSet.cs --- behaviors/InputBehaviorSet.cs | 2 ++ 1 file changed, 2 insertions(+) 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"} }