mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-10 06:34:19 +00:00
2cdb5d26db
rename things to be a little more consistent in naming conventions
12 lines
No EOL
188 B
C#
12 lines
No EOL
188 B
C#
namespace PKHeX.Drawing
|
|
{
|
|
public enum QRDecodeResult
|
|
{
|
|
Success,
|
|
BadPath,
|
|
BadImage,
|
|
BadType,
|
|
BadConnection,
|
|
BadConversion,
|
|
}
|
|
} |