()
| 90 | // RenderFace allows typesafe access to an anonymous RenderComponent |
| 91 | type RenderFace interface { |
| 92 | GetRenderComponent() *RenderComponent |
| 93 | } |
| 94 | |
| 95 | // SpaceFace allows typesafe access to an anonymous SpaceComponent |
no outgoing calls
no test coverage detected