master #3

Open
cacahuetes wants to merge 920 commits from liza/Questionable:master into cacahuetes-ShB-Healer
3 changed files with 4 additions and 1 deletions
Showing only changes of commit 0eef3cd5eb - Show all commits

View File

@ -778,7 +778,8 @@
"bow",
"uchiwasshoi",
"clap",
"victorypose"
"victorypose",
"comfort"
]
}
}

View File

@ -32,5 +32,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
{ EEmote.Uchiwasshoi, "uchiwasshoi" },
{ EEmote.Clap, "clap" },
{ EEmote.VictoryPose, "victorypose" },
{ EEmote.Comfort, "comfort" },
};
}

View File

@ -33,4 +33,5 @@ public enum EEmote
Uchiwasshoi = 278,
Clap = 7,
VictoryPose = 122,
Comfort = 9,
}