mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-01-24 04:28:00 +03:00
Validate Update in ClientTest
This commit is contained in:
parent
3001f2a5c4
commit
33393e8725
@ -84,6 +84,8 @@ namespace Facepunch.Steamworks.Test
|
|||||||
var sw = new Stopwatch();
|
var sw = new Stopwatch();
|
||||||
using ( var client = new Facepunch.Steamworks.Client( 252490 ) )
|
using ( var client = new Facepunch.Steamworks.Client( 252490 ) )
|
||||||
{
|
{
|
||||||
|
Assert.IsTrue(client.IsValid);
|
||||||
|
|
||||||
for( int i=0; i<1024; i++ )
|
for( int i=0; i<1024; i++ )
|
||||||
{
|
{
|
||||||
sw.Restart();
|
sw.Restart();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user