| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Wednesday, March 4, 2026
|
| | | // [ Date ]: 2026年3月5日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public float[] TachieParam;
|
| | | public string SquareIcon;
|
| | | public string RectangleIcon;
|
| | | public string CardPic;
|
| | | public string SpineRes;
|
| | | public string InitialSkinName;
|
| | | public string ApearMotionName;
|
| | |
| | |
|
| | | RectangleIcon = tables[6];
|
| | |
|
| | | SpineRes = tables[7];
|
| | | CardPic = tables[7];
|
| | |
|
| | | InitialSkinName = tables[8];
|
| | | SpineRes = tables[8];
|
| | |
|
| | | ApearMotionName = tables[9];
|
| | | InitialSkinName = tables[9];
|
| | |
|
| | | TransfMotionName = tables[10];
|
| | | ApearMotionName = tables[10];
|
| | |
|
| | | LoopMotionName = tables[11];
|
| | | TransfMotionName = tables[11];
|
| | |
|
| | | LoopMotionName = tables[12];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|