| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Friday, November 14, 2025
|
| | | // [ Date ]: 2026年2月13日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string RectangleIcon;
|
| | | public string SpineRes;
|
| | | public string InitialSkinName;
|
| | | public string ApearMotionName;
|
| | | public string TransfMotionName;
|
| | | public string LoopMotionName;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | SpineRes = tables[9];
|
| | |
|
| | | InitialSkinName = tables[10];
|
| | |
|
| | | ApearMotionName = tables[11];
|
| | |
|
| | | TransfMotionName = tables[12];
|
| | |
|
| | | LoopMotionName = tables[13];
|
| | | }
|
| | | catch (Exception exception)
|
| | | {
|