Class: Bayonetta::EXPFile::Key4
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::EXPFile::Key4
- Defined in:
- lib/bayonetta/exp.rb
Instance Method Summary collapse
-
#initialize ⇒ Key4
constructor
A new instance of Key4.
- #size ⇒ Object
Constructor Details
#initialize ⇒ Key4
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
#size ⇒ Object
498 499 500 |
# File 'lib/bayonetta/exp.rb', line 498 def size 3 * 4 end |