Class: RPG::Class::Learning
- Inherits:
-
Object
- Object
- RPG::Class::Learning
- Defined in:
- lib/R3EXS/RGSS3.rb
Overview
职业[技能]的数据类
Instance Attribute Summary collapse
-
#level ⇒ Object
Returns the value of attribute level.
-
#note ⇒ Object
Returns the value of attribute note.
-
#skill_id ⇒ Object
Returns the value of attribute skill_id.
Instance Attribute Details
#level ⇒ Object
Returns the value of attribute level.
273 274 275 |
# File 'lib/R3EXS/RGSS3.rb', line 273 def level @level end |
#note ⇒ Object
Returns the value of attribute note.
273 274 275 |
# File 'lib/R3EXS/RGSS3.rb', line 273 def note @note end |
#skill_id ⇒ Object
Returns the value of attribute skill_id.
273 274 275 |
# File 'lib/R3EXS/RGSS3.rb', line 273 def skill_id @skill_id end |