mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-02-03 09:10:41 +03:00
Removed debug
This commit is contained in:
parent
63fec3d627
commit
b91b22a983
@ -95,8 +95,6 @@ namespace Facepunch.Steamworks
|
|||||||
Handle = workshop.ugc.CreateQueryAllUGCRequest( (SteamNative.UGCQuery)(int)Order, (SteamNative.UGCMatchingUGCType)(int)QueryType, UploaderAppId, AppId, (uint)_resultPage + 1 );
|
Handle = workshop.ugc.CreateQueryAllUGCRequest( (SteamNative.UGCQuery)(int)Order, (SteamNative.UGCMatchingUGCType)(int)QueryType, UploaderAppId, AppId, (uint)_resultPage + 1 );
|
||||||
}
|
}
|
||||||
|
|
||||||
Console.WriteLine( "Handle: " + Handle.Value );
|
|
||||||
|
|
||||||
if ( !string.IsNullOrEmpty( SearchText ) )
|
if ( !string.IsNullOrEmpty( SearchText ) )
|
||||||
workshop.ugc.SetSearchText( Handle, SearchText );
|
workshop.ugc.SetSearchText( Handle, SearchText );
|
||||||
|
|
||||||
@ -113,8 +111,6 @@ namespace Facepunch.Steamworks
|
|||||||
Callback.Handle = workshop.ugc.SendQueryUGCRequest( Handle );
|
Callback.Handle = workshop.ugc.SendQueryUGCRequest( Handle );
|
||||||
Callback.OnResult = OnResult;
|
Callback.OnResult = OnResult;
|
||||||
|
|
||||||
Console.WriteLine( "Callback.Handle: " + Callback.Handle.Value );
|
|
||||||
|
|
||||||
workshop.steamworks.AddCallResult( Callback );
|
workshop.steamworks.AddCallResult( Callback );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user