Add pet action management and update requests

This commit is contained in:
2025-02-01 00:29:33 -03:00
parent 4c4036a266
commit e1c5eed02d
12 changed files with 337 additions and 36 deletions
+3
View File
@@ -12,5 +12,8 @@ namespace pet_companion_api.Models
public Resources Resources { get; set; }
public int Level { get; set; }
public string UserId { get; set; }
public bool IsDead { get; set; }
public PetAction PetAction { get; set; }
public DateTime ActionSince { get; set; }
}
}