Make all structs public

This commit is contained in:
Yoshi Askharoun
2021-11-27 21:32:39 -06:00
parent c7ff95f838
commit 96620afb32
274 changed files with 922 additions and 551 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ using System.Runtime.InteropServices;
[StructLayout(LayoutKind.Sequential, Size = 32)]
[NativeCppClass]
internal struct GasGaugeMediator
public struct GasGaugeMediator
{
private long _003Calignment_0020member_003E;
}