gold_sprint_lpr/Assets/Scripts/NewBehaviourScript.cs
2018-01-28 16:18:49 +01:00

17 lines
253 B
C#

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