Ejemplo n.º 1
0
 public PlayAdminVM(PlayViews playViews)
 {
     this.playViews = playViews;
     InitLUC();
     InitLUC();
     InitActions();
 }
Ejemplo n.º 2
0
        internal void LoadPlayViews(PlayViews playViews)
        {
            partyManager.GetLoot(currentParty);

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