Editor/HumanoidRetargeter/Embedded/ZstdSharp/Unsafe/HUF_DEltX1.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
    /*-***************************/
    /*  single-symbol decoding   */
    /*-***************************/
    public struct HUF_DEltX1
    {
        /* single-symbol decoding */
        public byte nbBits;
        public byte @byte;
    }
}