2021-12-24 00:58:48 +00:00
|
|
|
using System.Collections;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using UnityEngine;
|
|
|
|
|
2022-03-14 14:21:05 +00:00
|
|
|
namespace HeavenStudio
|
2021-12-24 00:58:48 +00:00
|
|
|
{
|
|
|
|
public class GameProperties
|
|
|
|
{
|
|
|
|
public class Latency
|
|
|
|
{
|
|
|
|
public static float early = 0.71f;
|
|
|
|
public static float perfect = 0.74f;
|
|
|
|
public static float late = 0.84f;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|