mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-08 07:38:19 +01:00
578bae6f6f
* 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
|