Class: RPG::System::TestBattler

Inherits:
Object
  • Object
show all
Defined in:
lib/R3EXS/RGSS3.rb

Overview

战斗测试中使用的角色数据类

Instance Attribute Summary collapse

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