Advertisement
Guest User

Untitled

a guest
Apr 1st, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections;
  3.  
  4. public class SelectUnitScript : MonoBehaviour {
  5.  
  6.  
  7.  
  8.  
  9.  
  10. // Use this for initialization
  11. void Start () {
  12.  
  13. }
  14.  
  15. // Update is called once per frame
  16. void Update () {
  17. print("TEST");
  18. }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement