chore: Removed Unnecessary Method from IButtonInputs
This commit is contained in:
parent
e7c80871fe
commit
40d1ce7c68
|
@ -10,7 +10,6 @@ public interface IButtonInputs<T> : IAssignableStateEnable
|
|||
void UnregisterOnRelease(T button, ButtonCallbackDelegate callback);
|
||||
|
||||
bool IsPressed(T button);
|
||||
bool WasPressed(T button);
|
||||
|
||||
delegate void ButtonCallbackDelegate(IButtonInputs<T> buttonInputs, T button);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue