frica-de-gaze/FricaDeGaze/Assets/RandomSpider.cs
ligiatosa 51ecd178c1 Masa
2015-01-14 00:03:49 +02:00

16 lines
211 B
C#

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