Пример #1
0
 private bool IsPerson(IntVector2 position)
 {
     return(seats.ContainsKey(position) && seats[position] == SeatState.Person);
 }