Added mogdance
emote
This commit is contained in:
parent
fb43cf05b7
commit
2def76ce9a
@ -848,7 +848,8 @@
|
||||
"cry",
|
||||
"disappointed",
|
||||
"examineself",
|
||||
"joy"
|
||||
"joy",
|
||||
"mogdance"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -37,6 +37,7 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
||||
{ EEmote.SundropDance, "sundropdance"},
|
||||
{ EEmote.BattleStance, "battlestance" },
|
||||
{ EEmote.VictoryPose, "victorypose" },
|
||||
{ EEmote.MogDance, "mogdance" },
|
||||
{ EEmote.Flex, "flex" },
|
||||
{ EEmote.Respect, "respect" },
|
||||
{ EEmote.Box, "box" },
|
||||
|
@ -38,6 +38,7 @@ public enum EEmote
|
||||
SundropDance = 120,
|
||||
BattleStance = 121,
|
||||
VictoryPose = 122,
|
||||
MogDance = 126,
|
||||
Flex = 139,
|
||||
Respect = 140,
|
||||
Box = 166,
|
||||
|
Loading…
Reference in New Issue
Block a user