Class: RPG::Enemy::DropItem
- Inherits:
-
Object
- Object
- RPG::Enemy::DropItem
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
敌人掉落物品的数据类
Instance Attribute Summary collapse
-
#data_id ⇒ Object
Returns the value of attribute data_id.
-
#denominator ⇒ Object
Returns the value of attribute denominator.
-
#kind ⇒ Object
Returns the value of attribute kind.
Instance Attribute Details
#data_id ⇒ Object
Returns the value of attribute data_id.
358 359 360 |
# File 'lib/R3EXS/RGSS3.rb', line 358 def data_id @data_id end |
#denominator ⇒ Object
Returns the value of attribute denominator.
358 359 360 |
# File 'lib/R3EXS/RGSS3.rb', line 358 def denominator @denominator end |
#kind ⇒ Object
Returns the value of attribute kind.
358 359 360 |
# File 'lib/R3EXS/RGSS3.rb', line 358 def kind @kind end |