mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 04:22:39 +01:00
Unify datum definitions (#3991)
Unifies all datum vars into a single file & moves all datum procs that made sense into that same file.
This commit is contained in:
@@ -1,10 +1,6 @@
|
||||
/datum
|
||||
var/datum/weakref/weakref
|
||||
|
||||
/datum/weakref
|
||||
var/ref
|
||||
|
||||
|
||||
/datum/weakref/New(datum/D)
|
||||
ref = SOFTREF(D)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user