This commit is contained in:
shurongsen 2024-11-03 21:08:31 +08:00
commit 546e37820e
4 changed files with 10 additions and 9 deletions

View File

@ -505,8 +505,6 @@ MonoBehaviour:
pathsNeedTimer: 30
fishingNeedTimer: 30
restTimer: 5
getgoldnumber: 100
goldshop: {fileID: 1621691472}
goldNumerTextPro: {fileID: 1113669198}
shipNumberTextPro: {fileID: 1972442482}
HightLight: {fileID: 102276561}
@ -2536,8 +2534,6 @@ MonoBehaviour:
pathsNeedTimer: 30
fishingNeedTimer: 30
restTimer: 5
getgoldnumber: 100
goldshop: {fileID: 1780327002}
goldNumerTextPro: {fileID: 979148971}
shipNumberTextPro: {fileID: 1565889060}
HightLight: {fileID: 1504197550}
@ -4200,8 +4196,6 @@ MonoBehaviour:
pathsNeedTimer: 30
fishingNeedTimer: 30
restTimer: 5
getgoldnumber: 100
goldshop: {fileID: 784479835}
goldNumerTextPro: {fileID: 1634093115}
shipNumberTextPro: {fileID: 1271499323}
HightLight: {fileID: 579933540}

View File

@ -77,6 +77,12 @@ public class boy : mount
}
}
}
}
}

View File

@ -18,7 +18,7 @@ public class boy_jinsha:mount
{
//²âÊÔÓÃ
Login login = new Login();
login.Phone = "tast5";
login.Phone = "1";
await web.SendRequest(web.URL + "/Player/Login", "POST", JsonUtility.ToJson(login));
@ -74,8 +74,9 @@ public class boy_jinsha:mount
{
//Debug.Log(item.RemainEndureTime.ToString() + '/' + item.EndureTime.ToString());
gameObject.GetComponent<landContorl_jinsha>().add_fish(item.RemainEndureTime.ToString() + '/' + item.EndureTime.ToString());
//gameObject.GetComponent<landContorl_jinsha>().ChangeShipNumber(item);
Debug.Log(Struct.StructToString(item, 1));
}
}

View File

@ -109,7 +109,7 @@ public class landContorl_jinsha : MonoBehaviour
Promptmgr.Instance.PromptBubble("购买成功", Color.black, Color.blue);
//增加船只数量
ChangeShipNumber(1);
//ChangeShipNumber(1);
this.isbuy = true;
}