Esempio n. 1
0
 public SharedDeckInfoWithOwner(SharedDeckInfo deck, bool me)
 {
     IsMe          = me;
     this.GameId   = deck.GameId;
     this.Name     = deck.Name;
     this.OctgnUrl = deck.OctgnUrl;
     this.Username = deck.Username;
 }
Esempio n. 2
0
 public SharedDeckInfoWithOwner(SharedDeckInfo deck, bool me)
 {
     IsMe = me;
     this.GameId = deck.GameId;
     this.Name = deck.Name;
     this.OctgnUrl = deck.OctgnUrl;
     this.Username = deck.Username;
 }