Class: RPG::Class

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

Overview

职业的数据类

Defined Under Namespace

Classes: Learning

Instance Attribute Summary collapse

Attributes inherited from BaseItem

#description, #features, #icon_index, #id, #name, #note

Instance Attribute Details

#exp_paramsObject

Returns the value of attribute exp_params.



267
268
269
# File 'lib/R3EXS/RGSS3.rb', line 267

def exp_params
  @exp_params
end

#learningsObject

Returns the value of attribute learnings.



267
268
269
# File 'lib/R3EXS/RGSS3.rb', line 267

def learnings
  @learnings
end

#paramsObject

Returns the value of attribute params.



267
268
269
# File 'lib/R3EXS/RGSS3.rb', line 267

def params
  @params
end