1
0
Fork 0

Added emote "Sundrop Dance"

feat/the-Incredible-machines
Plogon Enjoyer 2024-09-23 01:06:58 +08:00
parent 4767af7cc5
commit 367c00c79c
3 changed files with 4 additions and 1 deletions

View File

@ -808,7 +808,8 @@
"comfort",
"battlestance",
"doze",
"box"
"box",
"sundropdance"
]
}
}

View File

@ -36,5 +36,6 @@ public sealed class EmoteConverter() : EnumConverter<EEmote>(Values)
{ EEmote.BattleStance, "battlestance" },
{ EEmote.Doze, "doze" },
{ EEmote.Box, "box" },
{ EEmote.SundropDance, "sundropdance"}
};
}

View File

@ -37,4 +37,5 @@ public enum EEmote
BattleStance = 121,
Doze = 13,
Box = 166,
SundropDance = 120,
}