10 lines
166 B
C#
10 lines
166 B
C#
using System;
|
|
using System.Runtime.InteropServices;
|
|
|
|
namespace InnoPatcher;
|
|
|
|
[StructLayout(LayoutKind.Sequential)]
|
|
internal struct InnoSalt {
|
|
internal ulong _x0;
|
|
}
|