Pascal Serrarens 17741d862a First commit
2022-01-12 10:50:57 +01:00

16 lines
210 B
C#

using UnityEngine;
using System.Collections;
public class FootPhysics : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}