添加山东济宁第三个场景
This commit is contained in:
@@ -860,7 +860,7 @@ public class GameManager : NetworkBehaviour
|
||||
// roundInfo= RoundInfos[curRoundIndex];
|
||||
bool isPk;
|
||||
int pkIndex = Random.Range(0, 100);
|
||||
isPk = pkIndex <= 20;
|
||||
isPk = pkIndex <= 0;
|
||||
if (isPk)
|
||||
{
|
||||
isPkEvent = true;
|
||||
|
||||
Reference in New Issue
Block a user