18 lines
210 B
C#
Executable File
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() {
|
|
|
|
}
|
|
|
|
|
|
}
|