10 lines
154 B
C#
10 lines
154 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
// TODO: add other courses
|
|
public enum CourseIndex
|
|
{
|
|
FINGERSPELLING
|
|
}
|