mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-21 12:08:55 +01:00
4 lines
196 B
Plaintext
4 lines
196 B
Plaintext
/datum/player_details
|
|
var/list/player_actions = list()
|
|
var/list/logging = list(INDIVIDUAL_ATTACK_LOG, INDIVIDUAL_SAY_LOG, INDIVIDUAL_EMOTE_LOG, INDIVIDUAL_OOC_LOG)
|
|
var/byond_version = "Unknown" |