This commit is contained in:
unknown
2017-05-17 15:40:49 +02:00
parent a7d591f413
commit 6af28896dd
10 changed files with 434 additions and 12279 deletions

View File

@@ -0,0 +1,16 @@
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 () {
}
}