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.
This commit adds support for the
petslot
field in theMySlot
class. Thepetslot
field is a repeated field in theCharactor
message of theMySlot.proto
file. It allows for storing and retrieving pet action information in theMySlot
addon. TheGetPetActionInfo
andRecoverData
functions are modified to handle thepetslot
field.45