Class: RPG::System::Terms

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

Overview

用语的资料类

Instance Attribute Summary collapse

Instance Attribute Details

#basicObject

Returns the value of attribute basic.



535
536
537
# File 'lib/R3EXS/RGSS3.rb', line 535

def basic
  @basic
end

#commandsObject

Returns the value of attribute commands.



535
536
537
# File 'lib/R3EXS/RGSS3.rb', line 535

def commands
  @commands
end

#etypesObject

Returns the value of attribute etypes.



535
536
537
# File 'lib/R3EXS/RGSS3.rb', line 535

def etypes
  @etypes
end

#paramsObject

Returns the value of attribute params.



535
536
537
# File 'lib/R3EXS/RGSS3.rb', line 535

def params
  @params
end