class RPG::Animation::Frame

Attributes

cell_data[RW]
cell_max[RW]

Public Class Methods

new() click to toggle source
# File lib/rgss3/rpg.rb, line 844
def initialize
  @cell_max = 0
  @cell_data = Table.new(0, 0)
end