This website requires JavaScript.
Explore
Help
Sign In
Mirrors
/
PKHeX
Watch
2
Star
0
Fork
You've already forked PKHeX
0
mirror of
https://github.com/kwsch/PKHeX
synced
2024-11-30 15:59:13 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
8afc6814eb
PKHeX
/
PKHeX.Core
/
Legality
/
Structures
/
IFixedAbilityNumber.cs
8 lines
124 B
C#
Raw
Normal View
History
Unescape
Escape
Add IFixedAbilityNumber, hide vivillon region flags tfw can't using static a private class in the file, gotta be explicit.
2021-09-07 01:11:32 +00:00
namespace
PKHeX.Core
{
public
interface
IFixedAbilityNumber
{
Enumerate ability permissions in encounter templates, misc updates (#3368)
2022-01-09 06:34:04 +00:00
AbilityPermission
Ability
{
get
;
}
Add IFixedAbilityNumber, hide vivillon region flags tfw can't using static a private class in the file, gotta be explicit.
2021-09-07 01:11:32 +00:00
}
}
Reference in a new issue
Copy permalink