Restructuring of the files
This commit is contained in:
13
Facepunch.Steamworks/Structs/Ugc.cs
Normal file
13
Facepunch.Steamworks/Structs/Ugc.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System.Linq;
|
||||
|
||||
#pragma warning disable 649
|
||||
|
||||
namespace Facepunch.Steamworks.Data
|
||||
{
|
||||
public struct Ugc
|
||||
{
|
||||
internal UGCHandle_t Handle;
|
||||
}
|
||||
}
|
||||
|
||||
#pragma warning restore 649
|
||||
Reference in New Issue
Block a user