Implement removable skill

Signed-off-by: Yuan Si <do4suki@gmail.com>
This commit is contained in:
2023-04-18 20:20:06 +08:00
parent 48e2b2ac73
commit 2cd6100843
6 changed files with 171 additions and 6 deletions
+1
View File
@@ -84,6 +84,7 @@ func main() {
m.POST("/unit/deck", handler.SetDeckHandler)
m.POST("/unit/deckName", handler.SetDeckNameHandler)
m.POST("/unit/favorite", handler.SetDisplayRankHandler)
m.POST("/unit/removableSkillEquipment", handler.RemoveSkillEquip)
m.POST("/unit/setDisplayRank", handler.SetDisplayRankHandler)
m.POST("/unit/wearAccessory", handler.WearAccessory)
m.POST("/user/changeName", handler.ChangeNameHandler)