Class: RPG::Class
Overview
职业的数据类
Defined Under Namespace
Classes: Learning
Instance Attribute Summary collapse
-
#exp_params ⇒ Object
Returns the value of attribute exp_params.
-
#learnings ⇒ Object
Returns the value of attribute learnings.
-
#params ⇒ Object
Returns the value of attribute params.
Attributes inherited from BaseItem
#description, #features, #icon_index, #id, #name, #note
Instance Attribute Details
#exp_params ⇒ Object
Returns the value of attribute exp_params.
267 268 269 |
# File 'lib/R3EXS/RGSS3.rb', line 267 def exp_params @exp_params end |
#learnings ⇒ Object
Returns the value of attribute learnings.
267 268 269 |
# File 'lib/R3EXS/RGSS3.rb', line 267 def learnings @learnings end |
#params ⇒ Object
Returns the value of attribute params.
267 268 269 |
# File 'lib/R3EXS/RGSS3.rb', line 267 def params @params end |