8 lines
128 B
C#
8 lines
128 B
C#
namespace FishNotify;
|
|
|
|
public class OpcodeList
|
|
{
|
|
public string? Name { get; set; }
|
|
public ushort Opcode { get; set; }
|
|
}
|