예제 #1
0
파일: ENet.cs 프로젝트: c6burns/ENet-CSharp
 public static void Free(IntPtr alloc)
 {
     Native.enet_mem_release(alloc);
 }