Class: Bayonetta::MOTFile::Key6

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

Instance Method Summary collapse

Constructor Details

#initializeKey6

Returns a new instance of Key6.



548
549
550
551
552
553
# File 'lib/bayonetta/mot.rb', line 548

def initialize
  @index = 0
  @cp = 0
  @cm0 = 0
  @cm1 = 0
end

Instance Method Details

#__sizeObject



555
556
557
# File 'lib/bayonetta/mot.rb', line 555

def __size
  4
end