ReflectionResolutionCallback typedef
ReflectionResolutionCallback =
Vector2? Function(PositionComponent other, CollisionData data)
Implementation
typedef ReflectionResolutionCallback = Vector2? Function(
PositionComponent other,
CollisionData data,
);