forked from liza/Questionable
Add 'disappointed', 'examineself' and 'joy' emotes
This commit is contained in:
parent
8d2c4139f9
commit
15999c8c79
@ -826,7 +826,10 @@
|
|||||||
"battlestance",
|
"battlestance",
|
||||||
"doze",
|
"doze",
|
||||||
"box",
|
"box",
|
||||||
"sundropdance"
|
"sundropdance",
|
||||||
|
"disappointed",
|
||||||
|
"examineself",
|
||||||
|
"joy"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -36,6 +36,9 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
|||||||
{ EEmote.BattleStance, "battlestance" },
|
{ EEmote.BattleStance, "battlestance" },
|
||||||
{ EEmote.Doze, "doze" },
|
{ EEmote.Doze, "doze" },
|
||||||
{ EEmote.Box, "box" },
|
{ EEmote.Box, "box" },
|
||||||
{ EEmote.SundropDance, "sundropdance"}
|
{ EEmote.SundropDance, "sundropdance"},
|
||||||
|
{ EEmote.Disappointed, "disappointed" },
|
||||||
|
{ EEmote.ExamineSelf, "examineself" },
|
||||||
|
{ EEmote.Joy, "joy" },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -38,4 +38,7 @@ public enum EEmote
|
|||||||
Doze = 13,
|
Doze = 13,
|
||||||
Box = 166,
|
Box = 166,
|
||||||
SundropDance = 120,
|
SundropDance = 120,
|
||||||
|
Disappointed = 49,
|
||||||
|
ExamineSelf = 44,
|
||||||
|
Joy = 18,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user