16 lines
330 B
Plaintext
16 lines
330 B
Plaintext
// 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%
|
|
}
|