Class: RPG::Weapon
Overview
武器的数据类
Instance Attribute Summary collapse
-
#animation_id ⇒ Object
Returns the value of attribute animation_id.
-
#wtype_id ⇒ Object
Returns the value of attribute wtype_id.
Attributes inherited from EquipItem
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#animation_id ⇒ Object
Returns the value of attribute animation_id.
337 338 339 |
# File 'lib/R3EXS/RGSS3.rb', line 337 def animation_id @animation_id end |
#wtype_id ⇒ Object
Returns the value of attribute wtype_id.
337 338 339 |
# File 'lib/R3EXS/RGSS3.rb', line 337 def wtype_id @wtype_id end |