Added model as well

This commit is contained in:
CoudronJerome
2023-05-21 20:50:51 +02:00
parent 39bed639c3
commit e563d07757
11 changed files with 47 additions and 4 deletions

View File

@@ -5,5 +5,6 @@ public enum ModelIndex
{
NONE,
FINGERSPELLING,
BASIC_SIGNS
BASIC_SIGNS,
SPACE
}