Files
Bubberstation/code/datums/mocking
Lucy d4ab4687ea Implement some more stuff for /datum/client_interface (#91403)
this adds the `persistent_client`, `fully_created`, `window_scaling`,
`byond_version`, and `byond_build` vars to `/datum/client_interface`, to
closer match the interface.

- `byond_version` and `byond_build` will always be set to
`world.byond_version` and `world.byond_build`
- persistent clients are only initialized for mock clients during unit
tests.
- i also slightly changed the `mock_client_uid` var so it's used in the
same way as mobs use `next_mob_id`
2025-06-01 14:34:26 -04:00
..