Class: Bayonetta::EXPFile2::Record

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

Instance Method Summary collapse

Constructor Details

#initializeRecord

Returns a new instance of Record.



101
102
103
104
105
106
107
108
# File 'lib/bayonetta/exp.rb', line 101

def initialize
  @bone_index = 0
  @animation_track = 0
  @padding = 0
  @num_operations = 0
  @unknown = 0
  @offset = 0
end