Ejemplo n.º 1
0
 public void RemoveCollectable(CollectableBehaviour _collectable)
 {
     collectables.Remove(_collectable);
     OnCollectableRemoved();
 }
Ejemplo n.º 2
0
 public void AddCollectables(CollectableBehaviour _collectable)
 {
     collectables.Add(_collectable);
 }