mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
Create InventoryTest.cs
This commit is contained in:
parent
67170a2da4
commit
396be12edd
22
Facepunch.Steamworks.Test/InventoryTest.cs
Normal file
22
Facepunch.Steamworks.Test/InventoryTest.cs
Normal file
@ -0,0 +1,22 @@
|
||||
using System;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.VisualStudio.TestTools.UnitTesting;
|
||||
using Steamworks.Data;
|
||||
|
||||
namespace Steamworks
|
||||
{
|
||||
[TestClass]
|
||||
[DeploymentItem( "steam_api64.dll" )]
|
||||
public class InventoryTest
|
||||
{
|
||||
[TestMethod]
|
||||
public async Task GetDefinitions()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user