Restructuring of the files
This commit is contained in:
8
Facepunch.Steamworks/Structs/P2Packet.cs
Normal file
8
Facepunch.Steamworks/Structs/P2Packet.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Facepunch.Steamworks.Data
|
||||
{
|
||||
public struct P2Packet
|
||||
{
|
||||
public SteamId SteamId;
|
||||
public byte[] Data;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user