Class: Bayonetta::EXPFile::Key6

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

Instance Method Summary collapse

Constructor Details

#initializeKey6

Returns a new instance of Key6.



526
527
528
529
530
531
# File 'lib/bayonetta/exp.rb', line 526

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

Instance Method Details

#sizeObject



533
534
535
# File 'lib/bayonetta/exp.rb', line 533

def size
  4
end