Files
Bubberstation/code/datums/mocking/client.dm
2021-03-29 10:27:25 +03:00

8 lines
244 B
Plaintext

/// This should match the interface of /client wherever necessary.
/datum/client_interface
/// Player preferences datum for the client
var/datum/preferences/prefs
/// The view of the client, similar to /client/var/view.
var/view = "15x15"