mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-21 15:42:35 +00:00
* the voices win in the end * cleanup * changelog * secure.dm hates me * make_exact_fit() in initialize instead of whatever was happening before
8 lines
122 B
Plaintext
8 lines
122 B
Plaintext
/datum/computer
|
|
var/name
|
|
|
|
/datum/computer/folder
|
|
var/list/datum/computer/contents = list()
|
|
|
|
/datum/computer/folder/file
|