| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: YYL
|
| | | // [ Date ]: 2025年10月17日
|
| | | // [ Date ]: 2025年10月24日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | |
|
| | | public int NPCID;
|
| | | public string NPCName;
|
| | | public int RelatedHeroID;
|
| | | public int LV;
|
| | | public int SkinID;
|
| | | public float ModelScale;
|
| | |
| | |
|
| | | NPCName = tables[1];
|
| | |
|
| | | int.TryParse(tables[2],out LV); |
| | | int.TryParse(tables[2],out RelatedHeroID); |
| | |
|
| | | int.TryParse(tables[3],out SkinID); |
| | | int.TryParse(tables[3],out LV); |
| | |
|
| | | float.TryParse(tables[4],out ModelScale); |
| | | int.TryParse(tables[4],out SkinID); |
| | |
|
| | | int.TryParse(tables[5],out LifeBarCount); |
| | | float.TryParse(tables[5],out ModelScale); |
| | |
|
| | | int.TryParse(tables[6],out LifeBarCount); |
| | | }
|
| | | catch (Exception exception)
|
| | | {
|