Class: RPG::System::TestBattler
- Inherits:
-
Object
- Object
- RPG::System::TestBattler
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
战斗测试中使用的角色数据类
Instance Attribute Summary collapse
-
#actor_id ⇒ Object
Returns the value of attribute actor_id.
-
#equips ⇒ Object
Returns the value of attribute equips.
-
#level ⇒ Object
Returns the value of attribute level.
Instance Attribute Details
#actor_id ⇒ Object
Returns the value of attribute actor_id.
543 544 545 |
# File 'lib/R3EXS/RGSS3.rb', line 543 def actor_id @actor_id end |
#equips ⇒ Object
Returns the value of attribute equips.
543 544 545 |
# File 'lib/R3EXS/RGSS3.rb', line 543 def equips @equips end |
#level ⇒ Object
Returns the value of attribute level.
543 544 545 |
# File 'lib/R3EXS/RGSS3.rb', line 543 def level @level end |