Class: RPG::Map::Encounter
- Inherits:
-
Object
- Object
- RPG::Map::Encounter
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
存储遇敌设置的数据类
Instance Attribute Summary collapse
-
#region_set ⇒ Object
Returns the value of attribute region_set.
-
#troop_id ⇒ Object
Returns the value of attribute troop_id.
-
#weight ⇒ Object
Returns the value of attribute weight.
Instance Attribute Details
#region_set ⇒ Object
Returns the value of attribute region_set.
146 147 148 |
# File 'lib/R3EXS/RGSS3.rb', line 146 def region_set @region_set end |
#troop_id ⇒ Object
Returns the value of attribute troop_id.
146 147 148 |
# File 'lib/R3EXS/RGSS3.rb', line 146 def troop_id @troop_id end |
#weight ⇒ Object
Returns the value of attribute weight.
146 147 148 |
# File 'lib/R3EXS/RGSS3.rb', line 146 def weight @weight end |