Files
S.P.L.U.R.T-Station-13/code/datums/mocking/client.dm
keronshb 7ed5f622f4 Dynamic
2021-09-14 19:33:17 -04: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"