Exemplo n.º 1
0
 public void RemoveUnbuildable(Unbuildable unbuildable)
 {
     _unbuildables.Remove(unbuildable);
 }
Exemplo n.º 2
0
 private void Awake()
 {
     _game        = FindObjectOfType <GameController>();
     _holos       = GetComponentsInChildren <MeshRenderer>();
     _unbuildable = GetComponentInChildren <Unbuildable>();
 }
Exemplo n.º 3
0
 public void AddUnbuildable(Unbuildable unbuildable)
 {
     _unbuildables.Add(unbuildable);
 }