修改游戏时长为10分钟
This commit is contained in:
@@ -46,7 +46,7 @@ namespace DinosaurAge
|
||||
[SyncVar]
|
||||
public long vistEnd = 0;
|
||||
// 总游玩时长
|
||||
private int vistAllTime = (int)(60 * 8f);
|
||||
private int vistAllTime = (int)(60 * 10f);
|
||||
|
||||
public GameObject Door;
|
||||
public GameObject DoorPre;
|
||||
|
||||
Reference in New Issue
Block a user