Added mogdance emote

This commit is contained in:
Plogon Enjoyer 2024-11-27 19:34:11 +08:00
parent fb43cf05b7
commit 2def76ce9a
3 changed files with 4 additions and 1 deletions

View File

@ -848,7 +848,8 @@
"cry",
"disappointed",
"examineself",
"joy"
"joy",
"mogdance"
]
}
}

View File

@ -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" },

View File

@ -38,6 +38,7 @@ public enum EEmote
SundropDance = 120,
BattleStance = 121,
VictoryPose = 122,
MogDance = 126,
Flex = 139,
Respect = 140,
Box = 166,