(props)
| 56836 | _inherits(FirstPersonController, _Controller); |
| 56837 | |
| 56838 | function FirstPersonController(props) { |
| 56839 | _classCallCheck(this, FirstPersonController); |
| 56840 | |
| 56841 | return _possibleConstructorReturn(this, _getPrototypeOf(FirstPersonController).call(this, FirstPersonState, props)); |
| 56842 | } |
| 56843 | |
| 56844 | return FirstPersonController; |
| 56845 | }(_controller.default); |
nothing calls this directly
no test coverage detected