AudioComponent is a Component which is used by the AudioSystem
| 57 | |
| 58 | // AudioComponent is a Component which is used by the AudioSystem |
| 59 | type AudioComponent struct { |
| 60 | Player *Player |
| 61 | } |
| 62 | |
| 63 | type audioEntity struct { |
| 64 | *ecs.BasicEntity |
nothing calls this directly
no outgoing calls
no test coverage detected