Class: RPG::Enemy::DropItem

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

Overview

敌人掉落物品的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#data_idObject

Returns the value of attribute data_id.



358
359
360
# File 'lib/R3EXS/RGSS3.rb', line 358

def data_id
  @data_id
end

#denominatorObject

Returns the value of attribute denominator.



358
359
360
# File 'lib/R3EXS/RGSS3.rb', line 358

def denominator
  @denominator
end

#kindObject

Returns the value of attribute kind.



358
359
360
# File 'lib/R3EXS/RGSS3.rb', line 358

def kind
  @kind
end