| 19 | } |
| 20 | |
| 21 | type testAudioScene struct { |
| 22 | w *ecs.World |
| 23 | audioSystem *AudioSystem |
| 24 | ogg, mp3, wav testAudio |
| 25 | } |
| 26 | |
| 27 | func (*testAudioScene) Type() string { return "TestAudioScene" } |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected