Implement basic signs course
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
/// <summary>
|
||||
/// This enum is used to identify each of the SignLanguage models
|
||||
/// </summary>
|
||||
@@ -8,5 +5,5 @@ public enum ModelIndex
|
||||
{
|
||||
NONE,
|
||||
FINGERSPELLING,
|
||||
BASICSIGNS
|
||||
BASIC_SIGNS
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user