mirror of
https://github.com/raylib-cs/raylib-cs
synced 2025-06-30 19:03:42 -04:00
Release 6.0.0 (#221)
This commit is contained in:
@ -2,8 +2,8 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetRaylibTag>5.0</TargetRaylibTag>
|
||||
<Version>5.0.0</Version>
|
||||
<PackageVersion>5.0.0</PackageVersion>
|
||||
<Version>6.0.0</Version>
|
||||
<PackageVersion>6.0.0</PackageVersion>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
@ -2532,7 +2532,7 @@ public static unsafe partial class Raylib
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern void SetMasterVolume(float volume);
|
||||
|
||||
/// <summary>Set master volume (listener)</summary>
|
||||
/// <summary>Get master volume (listener)</summary>
|
||||
[DllImport(NativeLibName, CallingConvention = CallingConvention.Cdecl)]
|
||||
public static extern float GetMasterVolume();
|
||||
|
||||
|
Reference in New Issue
Block a user