Exemple #1
0
 public PlayAdminVM(PlayViews playViews)
 {
     this.playViews = playViews;
     InitLUC();
     InitLUC();
     InitActions();
 }
        internal void LoadPlayViews(PlayViews playViews)
        {
            partyManager.GetLoot(currentParty);

            this.playViews = playViews;
            InitLUCPersonnage();
            InitUCPersonnage();
            InitPlayViewsActions();
        }