VZ/Assets/Scripts/Human.cs
2015-08-12 16:12:08 -04:00

16 lines
204 B
C#

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