Class: Doom::Wad::Patch::Post
- Inherits:
-
Struct
- Object
- Struct
- Doom::Wad::Patch::Post
- Defined in:
- lib/doom/wad/patch.rb
Instance Attribute Summary collapse
-
#pixels ⇒ Object
Returns the value of attribute pixels.
-
#top_delta ⇒ Object
Returns the value of attribute top_delta.
Instance Attribute Details
#pixels ⇒ Object
Returns the value of attribute pixels
6 7 8 |
# File 'lib/doom/wad/patch.rb', line 6 def pixels @pixels end |
#top_delta ⇒ Object
Returns the value of attribute top_delta
6 7 8 |
# File 'lib/doom/wad/patch.rb', line 6 def top_delta @top_delta end |