📄️ Custom Entities
Entities are server-controlled objects that sync to clients - mobs, NPCs, projectiles, or any game object that needs authoritative state.
📄️ Custom Peers
Peers represent other players in the world. You can customize peer rendering by extending the Peers class and using mixins.