BMTuneSource/Struct20.cs

16 lines
269 B
C#
Raw Normal View History

2022-11-04 05:57:26 -07:00
using System;
using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential)]
internal struct Struct20
{
public byte byte_0;
public byte byte_1;
public byte byte_2;
public byte byte_3;
static Struct20()
{
}
}