Refactor pet action management: rename PetAction to PetActionGather, update related models and services, and enhance resource gathering logic.
This commit is contained in:
@@ -2,6 +2,7 @@ namespace pet_companion_api.Models
|
||||
{
|
||||
public class PetUpdateActionRequest
|
||||
{
|
||||
public PetAction PetAction { get; set; }
|
||||
public PetAction? Action { get; set; }
|
||||
public PetActionGather? PetActionGather { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user