Код: Выделить всё
// Token: 0x06001B24 RID: 6948 RVA: 0x000C92BC File Offset: 0x000C74BC
private bool IsSessionCrashingViable(RacingVehicle inVehicle)
{
SessionManager sessionManager = Game.instance.sessionManager;
float num = sessionManager.currentSessionWeather.GetNormalizedTrackWater() * 0.001f;
if (RandomUtility.GetRandom01()
Подробнее здесь: [url]https://stackoverflow.com/questions/79012276/getting-compiler-error-cs0131-the-left-hand-side-of-an-assignment-must-be-a-var[/url]