Spaces:
Runtime error
Runtime error
using System; | |
using Photon.Deterministic; | |
namespace Quantum | |
{ | |
partial class TraktorConfig : AssetObject | |
{ | |
public FP Acceleration; | |
public FP Drag; | |
public FP MaxSpeed; | |
public FPAnimationCurve LateralForce; | |
public FP LateralForceMultiplier = 1; | |
public FP RotationMultiplier = 1; | |
} | |
} | |