Class: Doom::Map::Subsector

Inherits:
Struct
  • Object
show all
Defined in:
lib/doom/map/data.rb

Instance Attribute Summary collapse

Instance Attribute Details

#first_segObject

Returns the value of attribute first_seg



41
42
43
# File 'lib/doom/map/data.rb', line 41

def first_seg
  @first_seg
end

#seg_countObject

Returns the value of attribute seg_count



41
42
43
# File 'lib/doom/map/data.rb', line 41

def seg_count
  @seg_count
end