namespace FishNotify; public class OpcodeList { public string? Name { get; set; } public ushort Opcode { get; set; } }