Class: RPG::Map::Encounter

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

存储遇敌设置的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#region_setObject

Returns the value of attribute region_set.



146
147
148
# File 'lib/R3EXS/RGSS3.rb', line 146

def region_set
  @region_set
end

#troop_idObject

Returns the value of attribute troop_id.



146
147
148
# File 'lib/R3EXS/RGSS3.rb', line 146

def troop_id
  @troop_id
end

#weightObject

Returns the value of attribute weight.



146
147
148
# File 'lib/R3EXS/RGSS3.rb', line 146

def weight
  @weight
end