Был сделан Build

This commit is contained in:
Max_Divizion
2024-06-18 17:19:55 +03:00
parent cd6e0e46c6
commit 5d74581f3c
4 changed files with 53 additions and 59 deletions

View File

@ -1,19 +1,11 @@
//----------------------------------------------
// Realistic Car Controller
//
// Copyright © 2014 - 2023 BoneCracker Games
// https://www.bonecrackergames.com
// Buğra Özdoğanlar
//
//----------------------------------------------
using UnityEngine;
using UnityEngine;
using UnityEditor;
using System;
using System.Collections;
using System.Collections.Generic;
public class RCC_EditorWindows : Editor {
public class RCC_EditorWindows : Editor
{
private static RCC_CarControllerV3 SelectedCar() {