parent
d711d263b0
commit
1e1f175306
Binary file not shown.
Binary file not shown.
@ -0,0 +1,7 @@
|
||||
namespace Shared;
|
||||
|
||||
public enum EHealthProblem
|
||||
{
|
||||
ARTHROSE,
|
||||
MIGRAINE
|
||||
}
|
@ -0,0 +1,10 @@
|
||||
namespace Shared;
|
||||
|
||||
public enum ESleepLevel
|
||||
{
|
||||
EXCELLENT,
|
||||
GOOD,
|
||||
BAD,
|
||||
VERY_BAD,
|
||||
TERRIBLE
|
||||
}
|
@ -0,0 +1,8 @@
|
||||
namespace Shared;
|
||||
|
||||
public enum ESport
|
||||
{
|
||||
FOOTBALL,
|
||||
BASKETBALL,
|
||||
TENNIS
|
||||
}
|
@ -0,0 +1,9 @@
|
||||
namespace Shared;
|
||||
|
||||
public enum ESportLevel
|
||||
{
|
||||
NOT_SPORTY,
|
||||
BEGINNER,
|
||||
SPORTY,
|
||||
VERY_SPORTY
|
||||
}
|
Loading…
Reference in new issue