コード例 #1
0
ファイル: ENet.cs プロジェクト: c6burns/ENet-CSharp
 public static void Free(IntPtr alloc)
 {
     Native.enet_mem_release(alloc);
 }