Removed broken attributes; Removed 'static structs'

This commit is contained in:
Yoshi Askharoun
2021-11-22 01:59:35 -06:00
parent c73be72065
commit 78d210fe5f
219 changed files with 169 additions and 317 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential, Size = 8)]
[NativeCppClass]
internal static struct IMCTransport
internal struct IMCTransport
{
private long _003Calignment_0020member_003E;
}