Advertisement
Guest User

TowerList

a guest
Dec 6th, 2016
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. using UnityEngine;
  2. using System.Collections.Generic;
  3.  
  4. public class TowersList : MonoBehaviour {
  5.  
  6. public List<GameObject> towersBuilt = new List<GameObject>();
  7.  
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement