Steamworks.NET
Steamworks.NET copied to clipboard
Unsafe Networking Functions
Currently every call to send or receive packets requires a byte[], and it already takes a length. Could we add overloads that either takes IntPtr or void* to avoid potential memory allocations?