sao: gasha medal shop handler classes

This commit is contained in:
2023-11-14 13:20:05 -05:00
parent 0003ca4412
commit 1ba14da90c
2 changed files with 23 additions and 0 deletions

View File

@ -803,3 +803,8 @@ class YuiMedalShopItemData(BaseHelper):
ret += encode_int(self.property4_value1)
ret += encode_int(self.property4_value2)
return ret
class GashaMedalShop(BaseHelper):
def __init__(self, data: bytes, offset: int) -> None:
super().__init__(data, offset)