OvertakingLegend/Assets/Script/SkillCar/MudTanker.cs

12 lines
170 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
/// <summary>
/// Äà¹Þ³µ
/// </summary>
public class MudTanker : SkillCar
{
}