mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-17 04:42:06 +00:00
* cbt * AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA * fsadffsda sad * sadfasd * jhn * dsfa * saf * safsad * sda
13 lines
418 B
Plaintext
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
|