forked from liza/Questionable
Add welcome + imperialsalute emotes
This commit is contained in:
parent
0ed129f8a6
commit
6d79f094ba
@ -658,7 +658,9 @@
|
|||||||
"poke",
|
"poke",
|
||||||
"flex",
|
"flex",
|
||||||
"soothe",
|
"soothe",
|
||||||
"me"
|
"me",
|
||||||
|
"welcome",
|
||||||
|
"imperialsalute"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,7 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
|||||||
{ EEmote.Flex, "flex" },
|
{ EEmote.Flex, "flex" },
|
||||||
{ EEmote.Soothe, "soothe" },
|
{ EEmote.Soothe, "soothe" },
|
||||||
{ EEmote.Me, "me" },
|
{ EEmote.Me, "me" },
|
||||||
|
{ EEmote.Welcome, "welcome" },
|
||||||
|
{ EEmote.ImperialSalute, "imperialsalute" },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,4 +22,6 @@ public enum EEmote
|
|||||||
Flex = 139,
|
Flex = 139,
|
||||||
Soothe = 35,
|
Soothe = 35,
|
||||||
Me = 23,
|
Me = 23,
|
||||||
|
Welcome = 41,
|
||||||
|
ImperialSalute = 59,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user