Class: Bayonetta::MOTFile::Key7
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::MOTFile::Key7
- Defined in:
- lib/bayonetta/mot.rb
Instance Method Summary collapse
- #__size ⇒ Object
-
#initialize ⇒ Key7
constructor
A new instance of Key7.
Constructor Details
#initialize ⇒ Key7
Returns a new instance of Key7.
586 587 588 589 590 591 592 |
# File 'lib/bayonetta/mot.rb', line 586 def initialize @index = 0 @dummy = 0 @cp = 0 @cm0 = 0 @cm1 = 0 end |
Instance Method Details
#__size ⇒ Object
594 595 596 |
# File 'lib/bayonetta/mot.rb', line 594 def __size 6 end |