Class: RPG::Troop::Member
Instance Attribute Summary collapse
-
#enemy_id
Returns the value of attribute enemy_id.
-
#hidden
Returns the value of attribute hidden.
-
#x
Returns the value of attribute x.
-
#y
Returns the value of attribute y.
Instance Attribute Details
#enemy_id
Returns the value of attribute enemy_id.
2487 2488 2489 |
# File 'docs/0_Dependencies.rb', line 2487 def enemy_id @enemy_id end |
#hidden
Returns the value of attribute hidden.
2490 2491 2492 |
# File 'docs/0_Dependencies.rb', line 2490 def hidden @hidden end |
#x
Returns the value of attribute x.
2488 2489 2490 |
# File 'docs/0_Dependencies.rb', line 2488 def x @x end |
#y
Returns the value of attribute y.
2489 2490 2491 |
# File 'docs/0_Dependencies.rb', line 2489 def y @y end |