1
This commit is contained in:
14
Src/UnityPluginsSupport/Steamwork/ISteamInventoryItemDef.cs
Normal file
14
Src/UnityPluginsSupport/Steamwork/ISteamInventoryItemDef.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace BITKit.Steamwork
|
||||
{
|
||||
public interface ISteamInventoryItemDef:IAddressable
|
||||
{
|
||||
ulong Id { get; }
|
||||
int DefId { get; }
|
||||
string Type { get; }
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user