| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: 2026年3月13日 |
| | | // [ Date ]: 2026年3月26日 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public string MainTitleImage; |
| | | public int MainSkinID; |
| | | public string StarUpHeroImage; |
| | | public string GiftBgImage; |
| | | public string GiftHeroImage; |
| | | public string RankAwardHeroImage; |
| | | public string CheckInBgImage; |
| | | |
| | | public override int LoadKey(string _key) |
| | | { |
| | |
| | | |
| | | StarUpHeroImage = tables[15]; |
| | | |
| | | GiftHeroImage = tables[16]; |
| | | GiftBgImage = tables[16]; |
| | | |
| | | RankAwardHeroImage = tables[17]; |
| | | GiftHeroImage = tables[17]; |
| | | |
| | | RankAwardHeroImage = tables[18]; |
| | | |
| | | CheckInBgImage = tables[19]; |
| | | } |
| | | catch (Exception exception) |
| | | { |