1
2
3
4
5
6
7
8
9
10
11
12
| using UnityEngine;
| using System.Collections;
|
| // C0 13 幸运云购购买号码记录 #tagGCLuckyCloudBuyNumRecInfo
|
| public class IL_DTCC013_tagGCLuckyCloudBuyNumRecInfo : DtcBasic {
| public override void Done(GameNetPackBasic vNetPack) {
| base.Done(vNetPack);
| IL_HC013_tagGCLuckyCloudBuyNumRecInfo vNetData = vNetPack as IL_HC013_tagGCLuckyCloudBuyNumRecInfo;
| LuckyCloudBuyModel.Instance.UpdateLuckyCloudBuyNumRecord(vNetData);
| }
| }
|
|