Added WarehouseItem script to furniture prefabs

This commit is contained in:
2016-05-24 00:41:31 +02:00
parent 9f945f7b2a
commit 79a7a0b811
5 changed files with 27 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
using UnityEngine;
using System.Collections;
public class WarehouseItem : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}