1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| using UnityEngine;
| using System.Collections;
|
| // B3 29 情戒解锁成功 #tagMCLoveRingUnlockOK
|
| public class IL_HB329_tagMCLoveRingUnlockOK : GameNetPackBasic {
|
| public IL_HB329_tagMCLoveRingUnlockOK () {
| _cmd = (ushort)0xB329;
| }
|
| public override void ReadFromBytes (byte[] vBytes) {
| }
|
| }
|
|