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", "cry",
"disappointed", "disappointed",
"examineself", "examineself",
"joy" "joy",
"mogdance"
] ]
} }
} }

View File

@ -37,6 +37,7 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
{ EEmote.SundropDance, "sundropdance"}, { EEmote.SundropDance, "sundropdance"},
{ EEmote.BattleStance, "battlestance" }, { EEmote.BattleStance, "battlestance" },
{ EEmote.VictoryPose, "victorypose" }, { EEmote.VictoryPose, "victorypose" },
{ EEmote.MogDance, "mogdance" },
{ EEmote.Flex, "flex" }, { EEmote.Flex, "flex" },
{ EEmote.Respect, "respect" }, { EEmote.Respect, "respect" },
{ EEmote.Box, "box" }, { EEmote.Box, "box" },

View File

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