Resolve WES-187 "Unit tests account and system"
This commit is contained in:
committed by
Jerome Coudron
parent
c4b6c60288
commit
b9bbef8dcf
15
Assets/Architecture/Scripts/CourseIndex.cs
Normal file
15
Assets/Architecture/Scripts/CourseIndex.cs
Normal file
@@ -0,0 +1,15 @@
|
||||
|
||||
/// <summary>
|
||||
/// Enum for easy indexing and checking if a course is of a certain kind
|
||||
/// </summary>
|
||||
public enum CourseIndex
|
||||
{
|
||||
FINGERSPELLING,
|
||||
BASIC_SIGNS,
|
||||
CLOTHING,
|
||||
ANIMALS,
|
||||
FOOD,
|
||||
HOBBIES,
|
||||
HOUSE,
|
||||
FAMILY
|
||||
}
|
||||
Reference in New Issue
Block a user