refact.
This commit is contained in:
12
Yavsc.Server/Models/HairCut/HairLength.cs
Normal file
12
Yavsc.Server/Models/HairCut/HairLength.cs
Normal file
@ -0,0 +1,12 @@
|
||||
|
||||
|
||||
namespace Yavsc.Models.Haircut
|
||||
{
|
||||
public enum HairLength : int
|
||||
{
|
||||
HalfLong=0,
|
||||
Short=1,
|
||||
|
||||
Long=2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user