Class: RPG::Troop::Member

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

Overview

敌方队员的数据类

Instance Attribute Summary collapse

Instance Attribute Details

#enemy_idObject

Returns the value of attribute enemy_id.



401
402
403
# File 'lib/R3EXS/RGSS3.rb', line 401

def enemy_id
  @enemy_id
end

#hiddenObject

Returns the value of attribute hidden.



401
402
403
# File 'lib/R3EXS/RGSS3.rb', line 401

def hidden
  @hidden
end

#xObject

Returns the value of attribute x.



401
402
403
# File 'lib/R3EXS/RGSS3.rb', line 401

def x
  @x
end

#yObject

Returns the value of attribute y.



401
402
403
# File 'lib/R3EXS/RGSS3.rb', line 401

def y
  @y
end