Exemplo n.º 1
0
 public void Register(Building_DJStand stand)
 {
     if (!stand.DestroyedOrNull() && !allStands.Contains(stand))
     {
         allStands.Add(stand);
     }
 }