initial commit
This commit is contained in:
13
Models/PetClass.cs
Normal file
13
Models/PetClass.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace pet_companion_api.Models
|
||||
{
|
||||
public enum PetClass
|
||||
{
|
||||
FOREST_SPIRIT,
|
||||
OCEAN_GUARDIAN,
|
||||
FIRE_ELEMENTAL,
|
||||
MYTHICAL_BEAST,
|
||||
SHADOW_WALKER,
|
||||
CYBER_PET,
|
||||
BIO_MECHANICAL
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user