I get this kind of box after i win, and the description just shows which items you may get after opening the boxes, i tried modifying the number of boxes but of course it is server sided , so only the modified value is being displayed, do you know how can i search for the reward after i open the chest , as you suggested ?
public class KKRoadMuseumRewardItem : MonoBehaviour // TypeDefIndex: 6559
{
// Fields
public UILabel nameLabel; // 0x18
public UILabel needRankLabel; // 0x20
public UILabel rewardTitleLabel; // 0x28
public UIGrid rewardGrid; // 0x30
@@@@@@@@@@@@@@@@@@@@@@@@@@@
// Namespace:
public class KKPVPRewardWindow : MonoBehaviour // TypeDefIndex: 6552
{
// Fields
public GameObject closeBtn; // 0x18
public UIGrid rewardGtid; // 0x20
public GameObject roadMuseumItem; // 0x28
public UIGrid itemGrid; // 0x30
public UIPanel itemPanel; // 0x38
public Transform itemTrans; // 0x40
private int m_CurrentShowId; // 0x48
private List<KKRoadMuseumRewardItem> rewardItemList; // 0x50
i have also found classes and methods related to reward chest/ rewardItem .