Remove leftover exception throw

This commit is contained in:
Bartłomiej Dach 2021-09-11 14:10:29 +02:00
parent 344bf2ab7c
commit 0e5659acb2
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 0 additions and 1 deletions

View File

@ -71,7 +71,6 @@ public bool OnPressed(GlobalAction action)
public void OnReleased(GlobalAction action)
{
throw new System.NotImplementedException();
}
}
}