Refactor pet action management: rename PetAction to PetBasicAction, update related properties and methods, and enhance pet stats with maximum values.

This commit is contained in:
2025-02-01 23:08:25 -03:00
parent d6d3dc9f44
commit df62710b9a
14 changed files with 173 additions and 239 deletions

View File

@@ -1,6 +1,6 @@
namespace pet_companion_api.Models
{
public enum PetAction
public enum PetBasicAction
{
UNKNOWN,
FEED,