## Enhancement request: ### What should be added/changed? Per Discord discussion with @einarf , [`_SpatialHash`](https://github.com/pythonarcade/arcade/blob/3ffbf27c3e4ee991cbf20aee21c2a0eb97e96ff1/arcade/sprite_list/spatial_hash.py#L24) should be unprotected and possibly specified as a [Protocol type](https://docs.python.org/3/library/typing.html#typing.Protocol). ### What would it help with? Improve customization options such as enabling #1297