| 191 | func (*testRunScene) Type() string { return "testRunScene" } |
| 192 | |
| 193 | type testUpdate struct { |
| 194 | updates, current int |
| 195 | } |
| 196 | |
| 197 | func (*testUpdate) Remove(ecs.BasicEntity) {} |
| 198 |
nothing calls this directly
no outgoing calls
no test coverage detected