Remove blankspace

This commit is contained in:
cake
2026-01-19 19:26:00 +01:00
parent 19a238c808
commit 367af2c3d0

View File

@@ -188,7 +188,6 @@ public class PlayerDataFactory
[DllImport("kernel32.dll", SetLastError = true)]
private static extern nuint VirtualQuery(nint lpAddress, out MEMORY_BASIC_INFORMATION lpBuffer, nuint dwLength);
[StructLayout(LayoutKind.Sequential)]
private struct MEMORY_BASIC_INFORMATION
{