class RPG::Troop::Page

Attributes

condition[RW]
list[RW]
span[RW]

Public Class Methods

new() click to toggle source
# File lib/rgss3/rpg.rb, line 773
def initialize
  @condition = RPG::Troop::Page::Condition.new
  @span = 0
  @list = [RPG::EventCommand.new]
end