| 11 | |
| 12 | public: |
| 13 | bool OnUserCreate() override |
| 14 | { |
| 15 | // Called once at the start, so create things here |
| 16 | return true; |
| 17 | } |
| 18 | |
| 19 | bool OnUserUpdate(float fElapsedTime) override |
| 20 | { |
nothing calls this directly
no outgoing calls
no test coverage detected