Class: RPG::UsableItem::Effect

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.



303
304
305
# File 'lib/R3EXS/RGSS3.rb', line 303

def code
  @code
end

#data_idObject

Returns the value of attribute data_id.



303
304
305
# File 'lib/R3EXS/RGSS3.rb', line 303

def data_id
  @data_id
end

#value1Object

Returns the value of attribute value1.



303
304
305
# File 'lib/R3EXS/RGSS3.rb', line 303

def value1
  @value1
end

#value2Object

Returns the value of attribute value2.



303
304
305
# File 'lib/R3EXS/RGSS3.rb', line 303

def value2
  @value2
end