Class: Bayonetta::EXPFile::Key4

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

Instance Method Summary collapse

Constructor Details

#initializeKey4

Returns a new instance of Key4.



490
491
492
493
494
495
496
# File 'lib/bayonetta/exp.rb', line 490

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

Instance Method Details

#sizeObject



498
499
500
# File 'lib/bayonetta/exp.rb', line 498

def size
  3 * 4
end