Fix test
This commit is contained in:
parent
4e376c47ac
commit
c5d0ce2e6e
1 changed files with 4 additions and 0 deletions
|
@ -10,4 +10,8 @@ class DisabledHapticFeedbackManager : IHapticFeedbackManager {
|
||||||
override fun explosionFeedback() {
|
override fun explosionFeedback() {
|
||||||
// Empty
|
// Empty
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun tutorialErrorFeedback() {
|
||||||
|
// Empty
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue