Skip to content
Snippets Groups Projects
Commit e53e09d9 authored by Charly's avatar Charly
Browse files

Mrege bugé

parents 97b04b01 43d85ab6
Branches
1 merge request!193Maj PUML ; Qlq usings suppr; classe MarketBase suppr ; pop-up 'vendu' que quand nbr > 0 ; modif namespace game + logique
......@@ -112,6 +112,22 @@ package game{
+ getTypePlante() : EnumTypePlant
}
class ButtonWeight{
+ moneyStack : Game
~Start()
}
class BuyPlot{
- plot : PlotEvents
+ money : Game
+ popUp : PopUp
+ open(plot : PlotEvents)
+ setPlot(plo : PlotEvents)
+ buyPlot()
}
class CreateAllSeedPlant(){
+ JSONSeedPlant : TextAsset
+ JSONTool : TextAsset
......@@ -398,34 +414,11 @@ package HUD{
- panel : InventoryPanel
+ panelAvecInfos : Transform
~ Start()
+ OpenPanel()
+ Affiche()
+ clearInventoryDisplay()
}
class ButtonWeight{
+ moneyStack : Game
~Start()
}
class BuyPlot{
- plot : PlotEvents
+ money : Game
+ popUp : PopUp
+ open(plot : PlotEvents)
+ setPlot(plo : PlotEvents)
+ buyPlot()
}
class ChangeTextError{
+ textDesc : TextMeshProUGUI
+ textTitle : TextMeshProUGUI
+ changeText(title : String, desc : String)
}
~ Start()
+ OpenPanel()
+ Affiche()
+ Affiche(panelAvecInfos : Transform)
}
class DropDownMarket{
+ dropdown : TMP_Dropdown
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment