lampac-ukraine/LME.UAKino/manifest.json
Felix 90e7ec4602 build(uakino): include PlayerJs decoder shared dependency
Add `PlayerJsDecoder.cs` to the UAKino module manifest so the module ships
with the shared PlayerJS decoding utility required at runtime.
2026-05-15 19:28:13 +03:00

14 lines
354 B
JSON

{
"enable": true,
"version": 3,
"initspace": "LME.UAKino.ModInit",
"online": "LME.UAKino.OnlineApi",
"syntaxPaths": [
"../LME.Shared/GlobalUsings.cs",
"../LME.Shared/Online/OnlineRegistry.cs",
"../LME.Shared/Update/ModuleUpdateService.cs",
"../LME.Shared/Apn/ApnHelper.cs",
"../LME.Shared/Playerjs/PlayerJsDecoder.cs"
]
}