From 1c380d425092a678a5f802b21f2866155197fd12 Mon Sep 17 00:00:00 2001 From: Lineri Date: Sun, 18 Feb 2024 18:06:16 +0300 Subject: [PATCH] Version updated to 0.2.2.2. Resolved: 1. Large-scale refactoring. Since int was used as the key for dictionaries, which can act as an array index, all dictionaries in the EazySoundManager class have been replaced with the AudioList class, this will avoid the overhead associated with dictionaries and gives potential scope for optimization. AudioList, in turn, is an implementation of the standard List