class RPG::Class::Learning

Attributes

level[RW]
note[RW]
skill_id[RW]

Public Class Methods

new() click to toggle source
# File lib/rgss3/rpg.rb, line 446
def initialize
  @level = 1
  @skill_id = 1
  @note = ''
end