Style cleanup
This commit is contained in:
@@ -10,10 +10,12 @@ public enum Gender : byte
|
||||
{
|
||||
/// The Pokémon has no gender.
|
||||
Genderless,
|
||||
|
||||
/// <summary>
|
||||
/// The Pokémon is male.
|
||||
/// </summary>
|
||||
Male,
|
||||
|
||||
/// <summary>
|
||||
/// The Pokémon is female.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user