[fix] emotion panel now takes White category
This commit is contained in:
@@ -54,5 +54,6 @@ public enum EmoteCategory : byte
|
||||
Invalid = 0,
|
||||
Vocal = 1 << 0,
|
||||
Gesture = 1 << 1,
|
||||
General = byte.MaxValue
|
||||
General = byte.MaxValue,
|
||||
White = byte.MaxValue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user