Files
old-profesoratom/Assets/Scripts/ObjectController.cs
2017-05-17 15:40:49 +02:00

17 lines
251 B
C#

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