namespace SHNDecryptHK { using System; public class SHNColumn { public int Lenght; public string name; public uint Type; } }