Files
vstyler/Assets/WarehouseController.cs
T
2016-05-18 20:02:27 +02:00

18 lines
210 B
C#
Executable File

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