Use InternalImpulse to calibrate entity position

This commit is contained in:
Sardelka9515
2023-03-08 18:27:23 +08:00
parent 11c7ee19a3
commit 63f11053c7
6 changed files with 6 additions and 16 deletions

View File

@ -36,7 +36,6 @@ namespace RageCoop.Client
public static string BasePath = GetBasePath();
public static string DataPath = Path.Combine(BasePath, "Data");
public static string LogPath = Path.Combine(DataPath, "RageCoop.Client.log");
public static string SettingsPath = Path.Combine(DataPath, "Setting.json");
public static string VehicleWeaponDataPath = Path.Combine(DataPath, "VehicleWeapons.json");