| | |
| | | //-------------------------------------------------------- |
| | | // [Author]: YYL |
| | | // [ Date ]: 2025年11月18日 |
| | | // [ Date ]: 2025年11月25日 |
| | | //-------------------------------------------------------- |
| | | |
| | | using System.Collections.Generic; |
| | |
| | | public int ID; |
| | | public int TabType; |
| | | public string Name; |
| | | public string FaceBg; |
| | | public int ModelBgColor; |
| | | public int SkinID; |
| | | public int ExpireMinutes; |
| | | public int UnlockWay; |
| | |
| | | |
| | | Name = tables[2]; |
| | | |
| | | FaceBg = tables[3]; |
| | | int.TryParse(tables[3],out ModelBgColor); |
| | | |
| | | int.TryParse(tables[4],out SkinID); |
| | | |