Files
Aurora.3/code/datums/observation/instruments.dm
T
2023-02-03 23:46:38 +01:00

12 lines
417 B
Plaintext

// Observer Pattern Implementation: Instrument started playing
//
// Raised when: Instrument starts playing
//
// Arguments that the called proc should expect:
// /obj/other : reference to instrument that started playing a song
var/singleton/observ/instrument_synchronizer/instrument_synchronizer = new()
/singleton/observ/instrument_synchronizer
name = "Instrument synchronizer"
expected_type = /datum