Class: Doom::Map::Subsector
- Inherits:
-
Struct
- Object
- Struct
- Doom::Map::Subsector
- Defined in:
- lib/doom/map/data.rb
Instance Attribute Summary collapse
-
#first_seg ⇒ Object
Returns the value of attribute first_seg.
-
#seg_count ⇒ Object
Returns the value of attribute seg_count.
Instance Attribute Details
#first_seg ⇒ Object
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_count ⇒ Object
Returns the value of attribute seg_count
41 42 43 |
# File 'lib/doom/map/data.rb', line 41 def seg_count @seg_count end |