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