Class: RPG::MoveRoute

Inherits:
Object show all
Defined in:
docs/0_Dependencies.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeMoveRoute

Returns a new instance of MoveRoute.



2348
2349
# File 'docs/0_Dependencies.rb', line 2348

def initialize
end

Instance Attribute Details

#list

Returns the value of attribute list.



2352
2353
2354
# File 'docs/0_Dependencies.rb', line 2352

def list
  @list
end

#repeat

Returns the value of attribute repeat.



2350
2351
2352
# File 'docs/0_Dependencies.rb', line 2350

def repeat
  @repeat
end

#skippable

Returns the value of attribute skippable.



2351
2352
2353
# File 'docs/0_Dependencies.rb', line 2351

def skippable
  @skippable
end