frica-de-gaze/FricaDeGaze/Assets/RandomSpider.cs

16 lines
211 B
C#
Raw Normal View History

2015-01-13 22:03:49 +00:00
using UnityEngine;
using System.Collections;
public class RandomSpider : MonoBehaviour {
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}