Class: RPG::Troop
- Inherits:
-
Object
- Object
- RPG::Troop
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
敌人队伍的数据类
Defined Under Namespace
Instance Attribute Summary collapse
-
#id ⇒ Object
Returns the value of attribute id.
-
#members ⇒ Object
Returns the value of attribute members.
-
#name ⇒ Object
Returns the value of attribute name.
-
#pages ⇒ Object
Returns the value of attribute pages.
Instance Attribute Details
#id ⇒ Object
Returns the value of attribute id.
394 395 396 |
# File 'lib/R3EXS/RGSS3.rb', line 394 def id @id end |
#members ⇒ Object
Returns the value of attribute members.
394 395 396 |
# File 'lib/R3EXS/RGSS3.rb', line 394 def members @members end |
#name ⇒ Object
Returns the value of attribute name.
394 395 396 |
# File 'lib/R3EXS/RGSS3.rb', line 394 def name @name end |
#pages ⇒ Object
Returns the value of attribute pages.
394 395 396 |
# File 'lib/R3EXS/RGSS3.rb', line 394 def pages @pages end |