Working dlls.

This commit is contained in:
2026-05-14 20:26:29 +02:00
parent 2f3ffa5558
commit 4a475971fb
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -45,7 +45,7 @@ namespace ENet {
None = 0,
Connect = 1,
Disconnect = 2,
Data = 3,
Receive = 3,
Timeout = 4
}
@@ -1194,4 +1194,4 @@ namespace ENet {
[DllImport(nativeLibrary, CallingConvention = CallingConvention.Cdecl)]
internal static extern void enet_peer_reset(IntPtr peer);
}
}
}
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.