Steamworks.NativeMethods.ISteamRemoteStorage_SetCloudEnabledForApp C# (CSharp) Method

ISteamRemoteStorage_SetCloudEnabledForApp() private method

private ISteamRemoteStorage_SetCloudEnabledForApp ( [ bEnabled ) : void
bEnabled [
return void
		public static extern void ISteamRemoteStorage_SetCloudEnabledForApp([MarshalAs(UnmanagedType.I1)] bool bEnabled);
NativeMethods