AxibugEmuOnline_old/AxibugEmuOnline.Client/Assets/MyNes.Core/GameGenieCode.cs

19 lines
237 B
C#

namespace MyNes.Core;
public struct GameGenieCode
{
public string Name;
public string Descreption;
public int Address;
public byte Compare;
public byte Value;
public bool IsCompare;
public bool Enabled;
}