9 lines
108 B
C#
9 lines
108 B
C#
using System.Linq;
|
|
|
|
namespace Steamworks.Data
|
|
{
|
|
public struct Ugc
|
|
{
|
|
internal UGCHandle_t Handle;
|
|
}
|
|
} |