mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-09 12:35:20 -05:00
12 lines
188 B
C#
12 lines
188 B
C#
namespace PKHeX.Drawing
|
|
{
|
|
public enum QRDecodeResult
|
|
{
|
|
Success,
|
|
BadPath,
|
|
BadImage,
|
|
BadType,
|
|
BadConnection,
|
|
BadConversion,
|
|
}
|
|
} |