Restructuring of the files
This commit is contained in:
15
Facepunch.Steamworks/Structs/FileDetails.cs
Normal file
15
Facepunch.Steamworks/Structs/FileDetails.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Runtime.InteropServices;
|
||||
using System.Text;
|
||||
|
||||
|
||||
namespace Facepunch.Steamworks.Data
|
||||
{
|
||||
public struct FileDetails
|
||||
{
|
||||
public ulong SizeInBytes;
|
||||
public string Sha1;
|
||||
public uint Flags;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user