This commit is contained in:
Михаил Капелько
2024-01-06 17:55:56 +03:00
vanhempi f983eb9f57
commit 752b34b95d
2 muutettua tiedostoa jossa 2 lisäystä ja 0 poistoa

Näytä tiedosto

@@ -47,6 +47,7 @@ extension MeetupId {
let ctrl = Controller()
let world: World
var any = [Any]()
var subscriptions = [AnyCancellable]()
static private(set) weak var singleton: Service?

Näytä tiedosto

@@ -36,6 +36,7 @@ extension %MODULE% {
let ctrl = Controller()
let world: World
%SERVICE_CORE%
var any = [Any]()
var subscriptions = [AnyCancellable]()
static private(set) weak var singleton: Service?