| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: Fish
|
| | | // [ Date ]: 2024年5月17日
|
| | | // [ Date ]: 2024年9月22日
|
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public readonly string name;
|
| | | public readonly int frameCnt;
|
| | | public readonly int speed;
|
| | | public readonly int frameType;
|
| | | public readonly int EmojiPackID;
|
| | | public readonly string folder;
|
| | |
|
| | | public FaceConfig()
|
| | |
| | |
|
| | | int.TryParse(tables[2],out speed);
|
| | |
|
| | | folder = tables[3];
|
| | | int.TryParse(tables[3],out frameType); |
| | |
|
| | | int.TryParse(tables[4],out EmojiPackID); |
| | |
|
| | | folder = tables[5];
|
| | | }
|
| | | catch (Exception ex)
|
| | | {
|