mirror of
https://github.com/ConjureETS/OuijaMTLGJ2016.git
synced 2026-03-24 02:01:06 +00:00
18 lines
241 B
C#
18 lines
241 B
C#
using UnityEngine;
|
|
using System.Collections;
|
|
|
|
public class RuneBehaviour : MonoBehaviour {
|
|
|
|
public static float range;
|
|
|
|
// Use this for initialization
|
|
void Start () {
|
|
|
|
}
|
|
|
|
// Update is called once per frame
|
|
void Update () {
|
|
|
|
}
|
|
}
|