| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年8月7日
|
| | | // [ Date ]: 2025年8月14日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int notShow;
|
| | | public int autoDestroy;
|
| | | public float destroyDelay;
|
| | | public int isLoop;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[8],out autoDestroy);
|
| | |
|
| | | float.TryParse(tables[9],out destroyDelay);
|
| | |
|
| | | int.TryParse(tables[10],out isLoop); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|