This commit is contained in:
lieght
2025-10-17 20:22:27 +02:00
parent 55989ab8ce
commit b1589032be

View File

@@ -39,6 +39,16 @@ class MockSoundEffectResource extends BaseResource implements AudioResource {
stopped = true;
}
@Override
public long duration() {
return 0;
}
@Override
public long currentPosition() {
return 0;
}
@Override
public void setOnEnd(Runnable callback) {}