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:
@@ -1,6 +1,6 @@
|
||||
namespace pet_companion_api.Models
|
||||
{
|
||||
public enum PetAction
|
||||
public enum PetBasicAction
|
||||
{
|
||||
UNKNOWN,
|
||||
FEED,
|
||||
|
||||
Reference in New Issue
Block a user