This commit is contained in:
Михаил Капелько
2024-01-29 18:09:14 +03:00
parent a0f8e2d31e
commit 49cee91239
106 changed files with 112 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
// MARK: - SectionGenerated Service
static func setupPlatform(
_ ctrl: Controller,
_ service: Service,
_ world: World
) {
// MARK: - SectionGenerated Service Actions
%SERVICE_SECTION_GENERATED_ACTIONS%
// MARK: - SectionGenerated Service Pipes
%SERVICE_SECTION_GENERATED_PIPES%
}