()
| 75 | // AnimationFace allows typesafe Access to an Annonymous child AnimationComponent |
| 76 | type AnimationFace interface { |
| 77 | GetAnimationComponent() *AnimationComponent |
| 78 | } |
| 79 | |
| 80 | // MouseFace allows typesafe access to an Anonymous child MouseComponent |
no outgoing calls
no test coverage detected