1950 {
1952
1953 if (state == ECarOperationalState.RUINED)
1954 {
1955 return;
1956 }
1957
1958 if (state & ECarOperationalState.NO_BATTERY)
1959 {
1961 return;
1962 }
1963
1964 if (state & ECarOperationalState.NO_IGNITER)
1965 {
1967 return;
1968 }
1969
1970 if (state & ECarOperationalState.NO_FUEL)
1971 {
1973 return;
1974 }
1975
1977 }
void HandleEngineSound(CarEngineSoundState state)
int CheckOperationalRequirements()