Files
Dpr-ScriptsOnly/Assets/MYSTATUS_COMM.cs
2023-07-14 14:42:33 -05:00

26 lines
329 B
C#

using System;
using System.Runtime.InteropServices;
public struct MYSTATUS_COMM
{
public void SetupFromPlayerWork()
{
}
public uint id;
public string name;
public bool sex;
public byte lang;
public byte fashion;
public byte body_type;
public byte hat;
public byte shoes;
}