| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Tuesday, May 19, 2026
|
| | | // [ Date ]: 2026年6月5日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public string ApearMotionName;
|
| | | public string TransfMotionName;
|
| | | public string LoopMotionName;
|
| | | public int OpenDay;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | TransfMotionName = tables[13];
|
| | |
|
| | | LoopMotionName = tables[14];
|
| | |
|
| | | int.TryParse(tables[15],out OpenDay); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|