8 lines
106 B
C#
8 lines
106 B
C#
using UnityEngine;
|
|
|
|
public class IMUSensor : MonoBehaviour
|
|
{
|
|
void Start() { }
|
|
void Update() { }
|
|
}
|