Module: BattleUI::ExpDistributionAbstraction
- Included in:
- ExpDistribution
- Defined in:
- scripts/01600 Alpha 25 Battle Engine/00001 Battle_Scene/00001 BattleUI/00050 ExpDistributionAbstraction.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
6 7 8 |
# File 'scripts/01600 Alpha 25 Battle Engine/00001 Battle_Scene/00001 BattleUI/00050 ExpDistributionAbstraction.rb', line 6 def scene @scene end |