8 lines
147 B
C#
8 lines
147 B
C#
using System.Runtime.InteropServices;
|
|
|
|
namespace Auspex.Vfx.Native;
|
|
|
|
[StructLayout(LayoutKind.Explicit, Size = 416)]
|
|
public struct VfxInitData
|
|
{
|
|
}
|