This commit is contained in:
Михаил Капелько
2023-12-14 18:11:58 +03:00
parent 848f658327
commit 36373058a5
5 changed files with 56 additions and 7 deletions

View File

@@ -17,6 +17,7 @@ extension Bus {
}
func send(_ key: String, _ value: Any) {
/**/print("ИГР BusS.send key/value: '\(key)'/'\(value)'")
broadcaster.send((key, value))
}
}