Major amounts of progress
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// Required for standard pokemon functions, but somewhat controversial nowadays. Consider adding a feature
|
||||
// that allows for a more progressive gender system for those that want it?
|
||||
#[derive(Debug)]
|
||||
#[derive(Eq, PartialEq, Debug)]
|
||||
pub enum Gender {
|
||||
Male,
|
||||
Female,
|
||||
|
||||
Reference in New Issue
Block a user