Summary

public int BlockCount { get; }

Gets blocks in room. Can be used to calculate max oxygen available for this room: BlockCount * gridSize * gridSize * gridSize

Returns

int