FishNotify/OpcodeList.cs

8 lines
128 B
C#
Raw Permalink Normal View History

2023-10-03 08:36:31 +00:00
namespace FishNotify;
public class OpcodeList
{
public string? Name { get; set; }
public ushort Opcode { get; set; }
}