FishNotify/OpcodeList.cs

8 lines
128 B
C#

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