๐Ÿ”ซInspector Expose

[System.Serializable]

// ์ผ๋ฐ˜ ํด๋ž˜์Šค or ๊ตฌ์กฐ์ฒด inspector ๋…ธ์ถœ 
[System.Serializable]
public struct SHeader
{
    public short len;
    public byte code;
    public byte type;
}

Last updated