RAGECOOP-V/RageCoop.Client/Sync/SyncParameters.cs
2022-06-06 18:27:19 +08:00

14 lines
260 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace RageCoop.Client
{
internal class SyncParameters
{
public static float PositioinPredictionDefault = 0.01f;
}
}