9 lines
153 B
C#
9 lines
153 B
C#
|
using System.Runtime.InteropServices;
|
||
|
|
||
|
namespace Ktisis.Structs.Env;
|
||
|
|
||
|
[StructLayout(LayoutKind.Explicit, Size = 0x310)]
|
||
|
public struct EnvSimulator {
|
||
|
|
||
|
}
|