mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-27 16:17:12 +03:00
Now bindings between coral and and generatedC# correctly working
This commit is contained in:
@@ -7,7 +7,14 @@ namespace Nuake.Net
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.SetVolumeICall(volume);
|
||||
Internals.AudioModuleSetVolumeICall(volume);
|
||||
}
|
||||
}
|
||||
public static void SetMuted(bool muted)
|
||||
{
|
||||
unsafe
|
||||
{
|
||||
Internals.AudioModuleSetMutedICall(muted);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user