Class: Bayonetta::MOTFile::Key7

Inherits:
LibBin::Structure
  • Object
show all
Defined in:
lib/bayonetta/mot.rb

Instance Method Summary collapse

Constructor Details

#initializeKey7

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

#__sizeObject



594
595
596
# File 'lib/bayonetta/mot.rb', line 594

def __size
  6
end