Class: Bayonetta::MOTFile::Key4
- Inherits:
-
LibBin::Structure
- Object
- LibBin::Structure
- Bayonetta::MOTFile::Key4
- Defined in:
- lib/bayonetta/mot.rb
Instance Method Summary collapse
-
#initialize ⇒ Key4
constructor
A new instance of Key4.
Constructor Details
#initialize ⇒ Key4
Returns a new instance of Key4.
515 516 517 518 519 520 |
# File 'lib/bayonetta/mot.rb', line 515 def initialize @index = 0 @cp = 0 @cm0 = 0 @cm1 = 0 end |