Files
Bubberstation/code/datums/mocking/client.dm

14 lines
359 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"
/// Objects on the screen of the client
var/list/screen = list()
/// The mob the client controls
var/mob/mob