tg123 / myslot

The missing layout/keybinding/macro exportor for World of Warcraft
https://myslot.net/
Apache License 2.0
46 stars 20 forks source link

feat: Add support for petslot in MySlot #52

Closed tg123 closed 4 months ago

tg123 commented 4 months ago

This commit adds support for the petslot field in the MySlot class. The petslot field is a repeated field in the Charactor message of the MySlot.proto file. It allows for storing and retrieving pet action information in the MySlot addon. The GetPetActionInfo and RecoverData functions are modified to handle the petslot field.

45