Files
Aurora.3/code/datums/observation/instruments.dm
Fluffy 4538e2a7cc Fix indentations (#17481)
* cbt

* AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA

* fsadffsda sad

* sadfasd

* jhn

* dsfa

* saf

* safsad

* sda
2023-10-05 10:15:58 +00:00

13 lines
418 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