1
2
3
4
5
6
7
8
9
10
11
12
| using UnityEngine;
| using System.Collections;
|
| // B3 27 情戒信息 #tagMCLoveRingInfo
|
| public class IL_DTCB327_tagMCLoveRingInfo : DtcBasic {
| public override void Done(GameNetPackBasic vNetPack) {
| base.Done(vNetPack);
| IL_HB327_tagMCLoveRingInfo vNetData = vNetPack as IL_HB327_tagMCLoveRingInfo;
| WeddingModel.Instance.UpdateLoveRing(vNetData);
| }
| }
|
|