Advertisement
talmud

Grid square

May 24th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. using UnityEngine;
  2. using UnityEngine.UI;
  3.  
  4. public class GridSquare : MonoBehaviour {
  5. public Image background;
  6. public Image display;
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement