mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-13 23:28:11 +03:00
Make PingLocation public
This commit is contained in:
parent
5ce097557d
commit
f76d8033f0
@ -188,7 +188,7 @@ namespace Steamworks.Data
|
|||||||
}
|
}
|
||||||
|
|
||||||
[StructLayout( LayoutKind.Sequential, Pack = Platform.StructPlatformPackSize )]
|
[StructLayout( LayoutKind.Sequential, Pack = Platform.StructPlatformPackSize )]
|
||||||
internal struct PingLocation
|
public struct PingLocation
|
||||||
{
|
{
|
||||||
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 512)] // m_data
|
[MarshalAs(UnmanagedType.ByValArray, SizeConst = 512)] // m_data
|
||||||
internal byte[] Data; // m_data uint8 [512]
|
internal byte[] Data; // m_data uint8 [512]
|
||||||
|
@ -111,6 +111,7 @@ public static class Cleanup
|
|||||||
if ( name == "InputType" ) return "public";
|
if ( name == "InputType" ) return "public";
|
||||||
if ( name == "InputSourceMode" ) return "public";
|
if ( name == "InputSourceMode" ) return "public";
|
||||||
if ( name == "UserHasLicenseForAppResult" ) return "public";
|
if ( name == "UserHasLicenseForAppResult" ) return "public";
|
||||||
|
if ( name == "PingLocation" ) return "public";
|
||||||
|
|
||||||
return "internal";
|
return "internal";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user