Class: RPG::Armor
Overview
护甲的数据类
Instance Attribute Summary collapse
-
#atype_id ⇒ Object
Returns the value of attribute atype_id.
Attributes inherited from EquipItem
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#atype_id ⇒ Object
Returns the value of attribute atype_id.
343 344 345 |
# File 'lib/R3EXS/RGSS3.rb', line 343 def atype_id @atype_id end |