Class: RPG::BaseItem::Feature

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

Overview

特性的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#codeObject

Returns the value of attribute code.



246
247
248
# File 'lib/R3EXS/RGSS3.rb', line 246

def code
  @code
end

#data_idObject

Returns the value of attribute data_id.



246
247
248
# File 'lib/R3EXS/RGSS3.rb', line 246

def data_id
  @data_id
end

#valueObject

Returns the value of attribute value.



246
247
248
# File 'lib/R3EXS/RGSS3.rb', line 246

def value
  @value
end