fix: handle Nothing type

This commit is contained in:
mehbark 2025-03-26 00:15:34 -04:00
parent f1c1e4a697
commit 4cf7b4d00f

View file

@ -218,6 +218,8 @@ enum Type {
Steel,
Fairy,
Stellar,
// idk either man
Nothing,
}
#[derive(Debug, Deserialize)]