This commit is contained in:
Lachlan Leone
2024-01-27 03:50:35 +11:00
parent 2d6abcd684
commit 4dd11a9f73
11 changed files with 265 additions and 27 deletions
+2 -1
View File
@@ -12,6 +12,7 @@ namespace Pets.Menus
return new PetGridMenu(Pets, container, player, has_back);
}
public List<Pet> Pets = new List<Pet>();
public List<Pet> _Pets = new List<Pet>();
public List<int> Pets = new List<int>();
}
}