forked from liza/Questionable
Added mogdance
emote
This commit is contained in:
parent
fb43cf05b7
commit
2def76ce9a
@ -848,7 +848,8 @@
|
|||||||
"cry",
|
"cry",
|
||||||
"disappointed",
|
"disappointed",
|
||||||
"examineself",
|
"examineself",
|
||||||
"joy"
|
"joy",
|
||||||
|
"mogdance"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -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" },
|
||||||
|
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user