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-12-21 01:43:10 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
1d94baeb7f
PKHeX
/
PKHeX.Core
/
Legality
/
Structures
/
IFixedAbilityNumber.cs
7 lines
106 B
C#
Raw
Normal View
History
Unescape
Escape
File scoped namespaces (#3529) [Language Reference](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces) Updates all the files, one less level of indentation. Some small changes were made to API surfaces, renaming `PKM pkm` -> `PKM pk`, and `LegalityAnalysis.pkm` -> `LegalityAnalysis.Entity`
2022-06-18 18:04:24 +00:00
namespace
PKHeX.Core
;
public
interface
IFixedAbilityNumber
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
{
File scoped namespaces (#3529) [Language Reference](https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-10.0/file-scoped-namespaces) Updates all the files, one less level of indentation. Some small changes were made to API surfaces, renaming `PKM pkm` -> `PKM pk`, and `LegalityAnalysis.pkm` -> `LegalityAnalysis.Entity`
2022-06-18 18:04:24 +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