()
| 85 | // AudioFace allows typesafe access to an anonymouse child AudioComponent |
| 86 | type AudioFace interface { |
| 87 | GetAudioComponent() *AudioComponent |
| 88 | } |
| 89 | |
| 90 | // RenderFace allows typesafe access to an anonymous RenderComponent |
no outgoing calls
no test coverage detected