Restructuring of the files
This commit is contained in:
10
Facepunch.Steamworks/Networking/NetErrorMessage.cs
Normal file
10
Facepunch.Steamworks/Networking/NetErrorMessage.cs
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
using Facepunch.Steamworks.Data;
|
||||
|
||||
namespace Facepunch.Steamworks.Data
|
||||
{
|
||||
internal unsafe struct NetErrorMessage
|
||||
{
|
||||
public fixed char Value[1024];
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user