// Assets/_Project/Scripts/Audio/AudioCategory.cs namespace TD.Audio { public enum AudioCategory { Combat, EnemyHitDeath, UI } }