Files
drecon-unity/Assets/3_MarathonEnvs/Scripts/Shared/DebugMotor.cs
2024-03-28 14:55:33 +00:00

9 lines
170 B
C#

using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;
public class DebugMotor : MonoBehaviour
{
public Vector3 Actions;
}