фиксы тестов

This commit is contained in:
Remuchi
2024-01-29 01:02:37 +07:00
parent 6e198dc038
commit b4dd3b0555
139 changed files with 1129 additions and 3837 deletions

View File

@@ -57,6 +57,6 @@ public enum EmoteCategory : byte
{
Invalid = 0,
Vocal = 1 << 0,
Gesture = 1 << 1, // White Dream EDIT
Hands = 1 << 1,
General = byte.MaxValue
}