| 215 | } |
| 216 | |
| 217 | type TestAnimationSystem struct { |
| 218 | entities []TestAnimationEntity |
| 219 | w *ecs.World |
| 220 | updates int |
| 221 | } |
| 222 | |
| 223 | func (t *TestAnimationSystem) New(w *ecs.World) { |
| 224 | t.w = w |
nothing calls this directly
no outgoing calls
no test coverage detected