initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
|
||||
namespace pet_companion_api.Models
|
||||
{
|
||||
public class PetClassInfo
|
||||
{
|
||||
public string Name { get; set; }
|
||||
public string Description { get; set; }
|
||||
public string[] Modifiers { get; set; }
|
||||
public string Color { get; set; }
|
||||
public string Emoji { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user