forked from liza/Questionable
Added emote "Sundrop Dance"
This commit is contained in:
parent
4767af7cc5
commit
367c00c79c
@ -808,7 +808,8 @@
|
||||
"comfort",
|
||||
"battlestance",
|
||||
"doze",
|
||||
"box"
|
||||
"box",
|
||||
"sundropdance"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -36,5 +36,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
||||
{ EEmote.BattleStance, "battlestance" },
|
||||
{ EEmote.Doze, "doze" },
|
||||
{ EEmote.Box, "box" },
|
||||
{ EEmote.SundropDance, "sundropdance"}
|
||||
};
|
||||
}
|
||||
|
@ -37,4 +37,5 @@ public enum EEmote
|
||||
BattleStance = 121,
|
||||
Doze = 13,
|
||||
Box = 166,
|
||||
SundropDance = 120,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user