Class: Bayonetta::MOTFile::Key6
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::MOTFile::Key6
- Defined in:
- lib/bayonetta/mot.rb
Instance Method Summary collapse
- #__size ⇒ Object
-
#initialize ⇒ Key6
constructor
A new instance of Key6.
Constructor Details
#initialize ⇒ Key6
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
#__size ⇒ Object
555 556 557 |
# File 'lib/bayonetta/mot.rb', line 555 def __size 4 end |