Resolve WES-113 "Write tests"
This commit is contained in:
committed by
Dries Van Schuylenbergh
parent
96fb3c89c3
commit
f6e6afe340
8
Assets/Common/Interfaces/CourseIndex.cs
Normal file
8
Assets/Common/Interfaces/CourseIndex.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
/// <summary>
|
||||
/// Enum for easy indexing and checking if a course is of a certain kind
|
||||
/// </summary>
|
||||
public enum CourseIndex
|
||||
{
|
||||
FINGERSPELLING
|
||||
}
|
||||
Reference in New Issue
Block a user