public static void PlayUIAudio(int index) { if (DelegateProxy.PlayUIAudioProxy != null) { DelegateProxy.PlayUIAudioProxy(index); } }