using System.Collections;
using System.Collections.Generic;
using System.Linq;
using UnityEngine;

public class DebugMotor : MonoBehaviour
{
    public Vector3 Actions;
}