mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 06:19:22 +00:00
Move mods to Depricated folder.
This commit is contained in:
parent
e61f119f32
commit
5d1cb2ebec
70 changed files with 44 additions and 119 deletions
|
@ -6,9 +6,15 @@ namespace NAK.MuteSFX;
|
|||
|
||||
public static class AudioModuleManager
|
||||
{
|
||||
#region SFX Strings
|
||||
|
||||
public const string sfx_mute = "MuteSFX_sfx_mute";
|
||||
public const string sfx_unmute = "MuteSFX_sfx_unmute";
|
||||
|
||||
#endregion
|
||||
|
||||
#region Public Methods
|
||||
|
||||
public static void SetupDefaultAudioClips()
|
||||
{
|
||||
string path = Application.streamingAssetsPath + "/Cohtml/UIResources/GameUI/mods/MuteSFX/audio/";
|
||||
|
@ -42,8 +48,7 @@ public static class AudioModuleManager
|
|||
}
|
||||
}
|
||||
|
||||
public static void PlayAudioModule(string module)
|
||||
{
|
||||
InterfaceAudio.PlayModule(module);
|
||||
}
|
||||
public static void PlayAudioModule(string module) => InterfaceAudio.PlayModule(module);
|
||||
|
||||
#endregion
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue