fix:修改传输总时间
This commit is contained in:
@ -262,7 +262,7 @@ public class HttpServer : MonoBehaviour
|
||||
|
||||
private int GetGameTotalTime()
|
||||
{
|
||||
return Mathf.FloorToInt(GameInit.Ins.vistEnd); // 举例:1 小时(秒)
|
||||
return Mathf.FloorToInt(GameInit.Ins.vistAllTime); // 举例:1 小时(秒)
|
||||
}
|
||||
|
||||
private int GetCurrentPlayTime()
|
||||
|
||||
@ -44,7 +44,7 @@ namespace DinosaurAge
|
||||
public long vistEnd = 0;
|
||||
|
||||
// 总游玩时长
|
||||
private int vistAllTime = (int)(60 * 10f);
|
||||
public int vistAllTime = (int)(60 * 10f);
|
||||
|
||||
public float curTime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user