This commit is contained in:
Lucas Lima 2020-09-18 18:58:54 -03:00
parent 4e376c47ac
commit c5d0ce2e6e
No known key found for this signature in database
GPG key ID: 049CCC5A365B00D2

View file

@ -10,4 +10,8 @@ class DisabledHapticFeedbackManager : IHapticFeedbackManager {
override fun explosionFeedback() {
// Empty
}
override fun tutorialErrorFeedback() {
// Empty
}
}