| | |
| | | [SerializeField] public string m_AppId = string.Empty;
|
| | | public string appId { get { return m_AppId; } }
|
| | |
|
| | | [SerializeField] public string m_SpID = string.Empty;
|
| | | public string SpID { get { return m_SpID; } }
|
| | |
|
| | | [SerializeField] VersionAuthority m_VersionAuthority;
|
| | | public VersionAuthority versionAuthority { get { return m_VersionAuthority; } }
|
| | |
|
| | |
| | | m_IsBanShu = int.Parse(dataStrings[17]) == 1;
|
| | | m_LogoPosition = dataStrings[18].Vector3Parse();
|
| | | m_BanHao = dataStrings[19];
|
| | | m_SpID = dataStrings[20];
|
| | | }
|
| | | catch (System.Exception ex)
|
| | | {
|
| | |
| | | _to.m_ClientPackageFlag = _from.m_ClientPackageFlag;
|
| | | _to.m_LogoPosition = _from.m_LogoPosition;
|
| | | _to.m_BanHao = _from.m_BanHao;
|
| | | _to.m_SpID = _from.m_SpID;
|
| | | }
|
| | |
|
| | | /// <summary>
|