Module: BattleUI::ExpDistributionAbstraction
- Included in:
- ExpDistribution
- Defined in:
- docs/5_Battle_01_Scene.rb
Overview
Abstraction for the exp distribution so you can do right things
Instance Attribute Summary collapse
-
#scene ⇒ Battle::Scene
readonly
Get the scene.
Instance Attribute Details
#scene ⇒ Battle::Scene (readonly)
Get the scene
386 387 388 |
# File 'docs/5_Battle_01_Scene.rb', line 386 def scene @scene end |