add
This commit is contained in:
parent
fe7569ee48
commit
c8f594faf8
@ -63,6 +63,7 @@ public class AllHouseContro : MonoBehaviour
|
||||
}
|
||||
is_jisha_jiesuan = false;
|
||||
is_jisha = false;
|
||||
|
||||
}
|
||||
public bool is_jisha = false;
|
||||
public bool is_jisha_jiesuan = false;
|
||||
@ -88,6 +89,7 @@ public class AllHouseContro : MonoBehaviour
|
||||
battleRoyaleGameDetails();
|
||||
}
|
||||
else if (serverResponse.data.carrySeconds < 45){
|
||||
ControAllDoorOpen();
|
||||
text.GetComponentInChildren<Text>().text = (60 - serverResponse.data.carrySeconds).ToString();
|
||||
detailsText.GetComponentInChildren<Text>().text = "秒后霸主出现";
|
||||
await Task.Delay(1000);
|
||||
@ -97,6 +99,7 @@ public class AllHouseContro : MonoBehaviour
|
||||
}
|
||||
else if (serverResponse.data.carrySeconds > 45 && serverResponse.data.carrySeconds < 50)
|
||||
{
|
||||
ControAllDoorClose();//关门
|
||||
text.GetComponentInChildren<Text>().text = "";
|
||||
detailsText.GetComponentInChildren<Text>().text = "霸主出现了";
|
||||
if (!is_jisha){
|
||||
|
Loading…
Reference in New Issue
Block a user