soundvision/UnityProject/Assets/Scenes/Examples/KinectSkelton/script/Skelton.cs
Chikashi Miyama 15ed32aea0 fix namespace
2019-10-31 10:43:47 +01:00

18 lines
294 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class Skelton : MonoBehaviour
{
// Start is called before the first frame update
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}