forked from liza/Questionable
Add 'comfort' emote
This commit is contained in:
parent
e126031753
commit
0eef3cd5eb
@ -778,7 +778,8 @@
|
|||||||
"bow",
|
"bow",
|
||||||
"uchiwasshoi",
|
"uchiwasshoi",
|
||||||
"clap",
|
"clap",
|
||||||
"victorypose"
|
"victorypose",
|
||||||
|
"comfort"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -32,5 +32,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
|||||||
{ EEmote.Uchiwasshoi, "uchiwasshoi" },
|
{ EEmote.Uchiwasshoi, "uchiwasshoi" },
|
||||||
{ EEmote.Clap, "clap" },
|
{ EEmote.Clap, "clap" },
|
||||||
{ EEmote.VictoryPose, "victorypose" },
|
{ EEmote.VictoryPose, "victorypose" },
|
||||||
|
{ EEmote.Comfort, "comfort" },
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -33,4 +33,5 @@ public enum EEmote
|
|||||||
Uchiwasshoi = 278,
|
Uchiwasshoi = 278,
|
||||||
Clap = 7,
|
Clap = 7,
|
||||||
VictoryPose = 122,
|
VictoryPose = 122,
|
||||||
|
Comfort = 9,
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user