mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-16 14:22:27 +03:00
Make ConnectionState public
This commit is contained in:
parent
a6b12d64f5
commit
ca294e7733
@ -112,6 +112,7 @@ public static class Cleanup
|
|||||||
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";
|
if ( name == "PingLocation" ) return "public";
|
||||||
|
if ( name == "ConnectionState" ) return "public";
|
||||||
|
|
||||||
return "internal";
|
return "internal";
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user