You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does not compile. "private virtual void" for several methods is not valid -> "protected virtual void". And the IInputClickHandler.OnInputClicked is implemented as protected, but should be public, or the class does not implement the interface.
0 commit comments