VZ/Assets/Scripts/Command.cs
Samuel 18c585cd29 - Added scene Sam_unitScene
- Updated .gitignore (added thumbs.db.meta and UnityVS project folder)
- Added class Unit (not finish)
- Added class Command (not finish)
2015-08-10 18:29:37 -04:00

19 lines
217 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 ()
{
}
}