()
| 95 | // SpaceFace allows typesafe access to an anonymous SpaceComponent |
| 96 | type SpaceFace interface { |
| 97 | GetSpaceComponent() *SpaceComponent |
| 98 | } |
| 99 | |
| 100 | // CollisionFace allows typesafe access to an anonymous CollisionComponent |
no outgoing calls
no test coverage detected