Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Pets.Enums
|
||||
{
|
||||
public enum PetState
|
||||
{
|
||||
Idle = 1,
|
||||
Follow = 2,
|
||||
Eat = 3,
|
||||
Sleep = 4,
|
||||
Error = 98,
|
||||
NameChange = 99
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user