Editor/HumanoidRetargeter/Embedded/ZstdSharp/Unsafe/sortedSymbol_t.cs
#nullable enable
using System;
using System.Collections.Generic;
using System.Linq;
namespace HumanoidRetargeterZstd.Unsafe
{
    public struct sortedSymbol_t
    {
        public byte symbol;
    }
}