VZ/Assets/Scripts/Command.cs
Samuel 5837a7f2c9 - Added Tag manager
- Added Class ZombieUnit (extends the Unit class)
- Added class VampireUnit (extends the Unit class)
2015-08-11 12:09:17 -04:00

19 lines
211 B
C#

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