Resolve WES-117 "Persistent data handling"
This commit is contained in:
14
Assets/SystemArchitecture/Scripts/CourseIndex.cs
Normal file
14
Assets/SystemArchitecture/Scripts/CourseIndex.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
/// <summary>
|
||||
/// Enum for easy indexing and checking if a course is of a certain kind
|
||||
/// </summary>
|
||||
public enum CourseIndex
|
||||
{
|
||||
FINGERSPELLING,
|
||||
CLOTHING,
|
||||
ANIMALS,
|
||||
FOOD,
|
||||
HOBBIES,
|
||||
HOUSE,
|
||||
FAMILY
|
||||
}
|
||||
Reference in New Issue
Block a user