Use an Enum for AudioServicePlaySounds() instead of individual constants
Closed, ResolvedPublic

Description

Located around line 65-75 in /Swift Backend/Backend.swift

lucaswzx created this task.Jan 2 2022, 6:44 AM
lucaswzx renamed this task from Use en Enum for AudioServicePlaySounds() instead of individual constants to Use an Enum for AudioServicePlaySounds() instead of individual constants.
lucaswzx triaged this task as Low priority.Jan 2 2022, 6:57 AM
apollozhu added a subscriber: apollozhu.EditedJan 2 2022, 7:07 AM

Note: currently Backend.swift contains a large number of unrelated functionalities, it might be a better idea to create a new file for each functionality (starting from the new changes, and gradually expanding to existing code)

clau-cambra added a subscriber: clau-cambra.

Hi, I just opened an MR with this change :)

apollozhu closed this task as Resolved.Mar 25 2022, 10:39 AM

Merged.