| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月5日
|
| | | // [ Date ]: 2025年8月7日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string packageName;
|
| | | public int isSpine;
|
| | | public string fxName;
|
| | | public string animName;
|
| | | public int animIndex;
|
| | | public int audio;
|
| | | public string nodeName;
|
| | | public int notShow;
|
| | |
| | |
|
| | | fxName = tables[3];
|
| | |
|
| | | animName = tables[4];
|
| | | int.TryParse(tables[4],out animIndex); |
| | |
|
| | | int.TryParse(tables[5],out audio);
|
| | |
|