Files
old-profesoratom/Assets/Scripts/ObjectController.cs

17 lines
251 B
C#
Raw Normal View History

2017-05-17 15:40:49 +02:00
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 () {
}
}