| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: Thursday, September 18, 2025
|
| | | // [ Date ]: 2025年10月17日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public int LV;
|
| | | public int SkinID;
|
| | | public float ModelScale;
|
| | | public int LifeBarCount;
|
| | |
|
| | | public override int LoadKey(string _key)
|
| | | {
|
| | |
| | | int.TryParse(tables[3],out SkinID);
|
| | |
|
| | | float.TryParse(tables[4],out ModelScale);
|
| | |
|
| | | int.TryParse(tables[5],out LifeBarCount); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|