mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-02-03 04:40:31 +00:00
* browse to browser * some more * fix that * fix that * . * datum browser update port * . * .
3 lines
188 B
Plaintext
3 lines
188 B
Plaintext
/// Checks if the given target is either a client or a mock client, for now removed: || istype(target, /datum/client_interface)
|
|
#define IS_CLIENT_OR_MOCK(target) (istype(target, /client))
|