mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-06-09 08:07:25 +01:00
12 lines
417 B
Plaintext
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 |