Posts
Sort by recent activity
"ref byte pinned"
using c# 2.0 output i get this snippet:
(this is from unsafe method)if (!PacketPlayer.Playing)
{
while (queue.Count > 0)
...