Class: RPG::Class::Learning

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

Overview

职业[技能]的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#levelObject

Returns the value of attribute level.



273
274
275
# File 'lib/R3EXS/RGSS3.rb', line 273

def level
  @level
end

#noteObject

Returns the value of attribute note.



273
274
275
# File 'lib/R3EXS/RGSS3.rb', line 273

def note
  @note
end

#skill_idObject

Returns the value of attribute skill_id.



273
274
275
# File 'lib/R3EXS/RGSS3.rb', line 273

def skill_id
  @skill_id
end