Class: RPG::Troop::Member

Inherits:
Object show all
Defined in:
docs/00000_Dependencies.rb

Instance Attribute Summary collapse

Instance Attribute Details

#enemy_id

Returns the value of attribute enemy_id.



1385
1386
1387
# File 'docs/00000_Dependencies.rb', line 1385

def enemy_id
  @enemy_id
end

#hidden

Returns the value of attribute hidden.



1388
1389
1390
# File 'docs/00000_Dependencies.rb', line 1388

def hidden
  @hidden
end

#x

Returns the value of attribute x.



1386
1387
1388
# File 'docs/00000_Dependencies.rb', line 1386

def x
  @x
end

#y

Returns the value of attribute y.



1387
1388
1389
# File 'docs/00000_Dependencies.rb', line 1387

def y
  @y
end