Advertisement
Guest User

Untitled

a guest
Apr 30th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. using System.Collections;
  2. using UnityEngine.UI;
  3. using System.Collections.Generic;
  4. using UnityEngine;
  5.  
  6. public class TextController : MonoBehaviour {
  7. public Text text;
  8.  
  9. // Use this for initialization
  10. void Start () {
  11. }
  12.  
  13. // Update is called once per frame
  14. void Update () {
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement