This repository has been archived on 2025-04-11. You can view files and clone it, but cannot push or open issues or pull requests.
mochapine64backup/MoCha/Assets/Scripts/FitbitCaller.cs
2018-04-26 00:58:00 -05:00

15 lines
211 B
C#

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