implementation of drecon in unity 2022 lts
forked from:
https://github.com/joanllobera/marathon-envs
9 lines
170 B
9 lines
170 B
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using UnityEngine;
|
|
|
|
public class DebugMotor : MonoBehaviour
|
|
{
|
|
public Vector3 Actions;
|
|
}
|