forked from liza/Questionable
Add 'battlestance' emote
This commit is contained in:
parent
f0ea7355a2
commit
755c7b6549
@ -779,7 +779,8 @@
|
||||
"uchiwasshoi",
|
||||
"clap",
|
||||
"victorypose",
|
||||
"comfort"
|
||||
"comfort",
|
||||
"battlestance"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -33,5 +33,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
|
||||
{ EEmote.Clap, "clap" },
|
||||
{ EEmote.VictoryPose, "victorypose" },
|
||||
{ EEmote.Comfort, "comfort" },
|
||||
{ EEmote.BattleStance, "battlestance" },
|
||||
};
|
||||
}
|
||||
|
@ -34,4 +34,5 @@ public enum EEmote
|
||||
Clap = 7,
|
||||
VictoryPose = 122,
|
||||
Comfort = 9,
|
||||
BattleStance = 121,
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user