| | |
| | | //--------------------------------------------------------
|
| | | // [Author]: Fish
|
| | | // [ Date ]: Thursday, February 14, 2019
|
| | | // [ Date ]: Monday, February 25, 2019 |
| | | //--------------------------------------------------------
|
| | |
|
| | | using System.Collections.Generic;
|
| | |
| | | public readonly string ImageType1;
|
| | | public readonly string ImageType2;
|
| | | public readonly string name;
|
| | | public readonly float Zoom; |
| | |
|
| | | public WeekPartyPointConfig()
|
| | | {
|
| | |
| | | ImageType2 = tables[2];
|
| | |
|
| | | name = tables[3];
|
| | |
|
| | | float.TryParse(tables[4],out Zoom); |
| | | }
|
| | | catch (Exception ex)
|
| | | {
|