1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| using UnityEngine;
|
| namespace vnxbqy.UI
| {
| public class LianQiActLevel2 : MonoBehaviour
| {
| public int row;
| public int col;
| public ImageEx imgItem;
| public ImageEx imgTx;
| public bool isChooseShow = false;
| public ImageEx imgChoose;
| public ButtonEx btnChoose;
| public UIFrame uiFrame;
| public TextEx txtLv;
| }
| }
|
|